why the following action happen????
for example i can login gmail and i go to browser's tools->clear private data then i clear all cookie and then i refresh the gmail page but now it go to sign out automatically.
why the event happen? session is stored in server side but i just clear the cookie in client side then why it signed out??
please answer me.............
where Php session variable stored?? if it stored in server
Moderator: General Moderators
-
selvamdoom
- Forum Newbie
- Posts: 7
- Joined: Wed Apr 29, 2009 12:53 pm
Re: where Php session variable stored?? if it stored in server
Because the cookie tells the server which session it should use.
-
selvamdoom
- Forum Newbie
- Posts: 7
- Joined: Wed Apr 29, 2009 12:53 pm
Re: where Php session variable stored?? if it stored in server
thanks. but i can't understand will you explain it please.....
Re: where Php session variable stored?? if it stored in server
Have a read of this article:
http://www.dustinsdesign.com/php-sessions-vs-cookies/
That should answer most of your questions
http://www.dustinsdesign.com/php-sessions-vs-cookies/
That should answer most of your questions
-
selvamdoom
- Forum Newbie
- Posts: 7
- Joined: Wed Apr 29, 2009 12:53 pm
Re: where Php session variable stored?? if it stored in server
Thank you very Much ya...