Maintaining State
User logs into system with unique ID
- ID used to generate personalized pages
Problem - statelessness of the Web
- series of one-off transactions.
Need to pass variables from page to page.
Can store in HTML hidden fields - not very secure.
- listmarks.asp?ID=97633&module=EQ1040