[thelist] Backend of a shopping cart system...

Casey Crookston casey.crookston at imibevcore.com
Fri Apr 5 10:03:01 CST 2002


>>Warning: it is probably NOT a good idea to store complex
structures--such as HashTables--in session variables.<<


Agree 100%.  In fact I don't use session variables at all.  Any data
that needs to be remembered from page to page is either written to a
database or to a cookie.

Casey



More information about the thelist mailing list