Answer the question
In order to leave comments, you need to log in
Where can I view the contents of a browser session?
Hi all.
I created a session using php.
Can you tell me where in the browser you can view its contents? Where are they stored?
Thank you.
Answer the question
In order to leave comments, you need to log in
there is no session content in the
browser In the browser, the cookie contains the session identifier, according to which the server reads a certain file, the session data is in it, and this is located on the server.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question