Originally posted by Achalveer Singh:
technique for session trackings--
1. URL rewritting
2. by using cookie
3. by session object
4.by hidden variables
fifth one i forget..............
The session relies on one of the above methods for maintaining its state.
I know of three ways that containers maintain session state.
Session Cookies URL-Rewriting SSL Sessions You, the application developer, could also use other methods, such as hidden form fields or cookies.