Hi guys...

I didn't get the idea of session management...

I mean where does the session data will be stored for the client side ?

Explanation: When user logins successfully, a new session will be started. Then the session data is either entered into a database or to the SESSION array. That is in server side.

But what does this client side do ? Stores the sessionid in cookies ?

Thanks....