P
Paul W
Hi -
I don't want to rely on my users having cookies enabled.
If I use Cookieless=True it of course mangles the urls which means there is
no browser caching of the pages, so it is slow.
What are the other options to use to be able to store a small amount of
session data? I know it can be done because, for example,
www.discountasp.net's site doesn't use cookies or cookie-munging, but it
works just fine to remember my login throughout the site.
Thanks for all input,
Paul.
I don't want to rely on my users having cookies enabled.
If I use Cookieless=True it of course mangles the urls which means there is
no browser caching of the pages, so it is slow.
What are the other options to use to be able to store a small amount of
session data? I know it can be done because, for example,
www.discountasp.net's site doesn't use cookies or cookie-munging, but it
works just fine to remember my login throughout the site.
Thanks for all input,
Paul.