Where does the session stored, either client side or server side?

Started by chinmay.sahoo, 04-07-2016, 01:16:39

Previous topic - Next topic

chinmay.sahooTopic starter

PHP Session is used to maintain client's previous state and the session is stored on the server side.


TomClarke

It is stored at the server side but a cookie is stored at the client side thta contains the session information. Every request sent by the client to the server has that particular cookie with it.