0
October 1
Http and session state
Posted by AjayI rediscovered that Http is essentially stateless but if you want to maintain session state it can be done in three ways. Not that I did not know this, but sometimes when doing Java development there is so much to remember that we forget the simpler things in life
- Using cookies
- Using hidden form fields
- Using URL Rewriting