Session Management in PHP-part 1

A session is a way to identify and manage the state-the session variables – for a particular user. When a user sends an HTTP request, the middle tier must process the current request in the context of the user’s session. When a session is started, the client is given a session identifier – often a [...]