[thelist] ASP: Shopping Cart Theory
Ken Kogler
thelist at lists.evolt.org
Mon Jul 8 13:21:01 2002
> So if the user has cookies disabled, session
> vars won't work, and the cart breaks, right?
Bah. Answered my own question.
http://www.aspfaqs.com/aspfaqs/ShowFAQ.asp?FAQID=30
<quote>
"But what if the user doesn't have cookies enabled? Session variables can
still be used, but there will be no way for the user to store the SessionID
as he jumps from page to page. Hence, the session variables will not be
saved for the user who has cookies disabled. However, session variables that
are created and referenced on the same page will work fine."
</quote>