Home »

How session and cookie works together?

Question ListCategory: PHPHow session and cookie works together?
jeanderson295 author asked 8 years ago
1 Answers
shah_kajal184 author answered 8 years ago

Create an session in PHP.Session data is stored in Server.
Session data have unique name.
Session unique key with domain name is stored in browser cookie.
Now, Browser keep the login with use of unique key(in cookie) and session data (stored in server side).

Please login or Register to Submit Answer