Main menu:

Site search

Pages

Categories

January 2010
M T W T F S S
« Dec   Feb »
 123
45678910
11121314151617
18192021222324
25262728293031

Archive

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 [...]