Archive for January, 2010
Session Management
Session Management incorporates techniques that are used by web applications that transparently authorize a user with every HTTP request without asking the user to repeatedly login. The obligation of session management is handled by the program itself because of the stateless nature inherent in the underlying HTTP protocol. Session management involves the sending [...]
Posted: January 10th, 2010 under General.
Comments: none