[thelist] ASP: Shopping Cart Theory
Ken Kogler
thelist at lists.evolt.org
Mon Jul 8 13:42:00 2002
> What am I missing?
His example isn't good, but he's trying to make the point that with cookies
disabled, you couldn't use <%= session("Message") %> on any other page and
still have it generate "hello, world!"
With cookies disabled, a session variable still works, BUT only on the page
that created the session variable.
Which, unfortunately, brings me back to square one... every shopping cart
solution uses cookies so far. Is there any other way?
I'm not against cookies, but some of my users might be...
-ken