I would like to know where PHP session data is saved; is it in client browser? or on the server?
When I disable cookies in my browser setting, PHP can\'t save sessio
It is stored on the server side to maintain security; but additional cookies could be also stored on the client side.