For Programmers: Free Programming Magazines  


Home > Archive > PHP on Windows > February 2005 > SESSION









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author SESSION
Vaibhav Sibal

2005-02-10, 8:56 pm

I wanted to ask, where is the Session information stored ? That is at
the server or on the client. Because I need to give the
session.save_path value in the php.ini. I would give it according to
people's reply of this question. Thank you.

Vaibhav
Jason Barnett

2005-02-10, 8:56 pm

Vaibhav Sibal wrote:
> I wanted to ask, where is the Session information stored ? That is at
> the server or on the client. Because I need to give the
> session.save_path value in the php.ini. I would give it according to
> people's reply of this question. Thank you.
>
> Vaibhav


session.save_path is located on the server. Session data is stored on
the server; typically the only thing that gets sent to the user is they
will have a cookie written (wherever the web browser writes its cookies).

--
Teach a man to fish...

NEW? | http://www.catb.org/~esr/faqs/smart-questions.html
STFA | http://marc.theaimsgroup.com/?l=php-general&w=2
STFM | http://www.php.net/manual/en/index.php
STFW | http://www.google.com/search?q=php
LAZY |
http://mycroft.mozdev.org/download....+search+plugins

Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com