View Single Post
  #2 (permalink)  
Old 07-10-2008, 03:37 PM
lipibiswal lipibiswal is offline
Junior Member
 
Join Date: Jul 2008
Posts: 2
Default Session

A session refers to all the connections that a single client might make to a server in the course of viewing any pages associated with a given application. Sessions are specific to both the individual user and the application. As a result, every user of an application has a separate session and has access to a separate set of session variables.
Reply With Quote