How a session is working cookies?
Answers
Answered by
2
Answer:
Each user gets a session ID, which is sent back to the server for validation either by cookie or by GET variable. ... Client sends all cookies, along with the session ID from step 1. Server reads session ID from cookie. Server matches session ID from a list in a database (or memory etc).
Answered by
0
Answer:
Each user gets a session ID, which is sent back to the server of validation either by cookie or by GET variable
Similar questions