Re: [PHP-DB] session.save_path

2001-11-29 Thread Larry Rivera

as to the first point I have no idea, but on sessions, they are server 
side. The Session information is stored on the webserver or server 
accessible directory, so the location should match your setup not the 
client, the only information shared there is cookie.

At 04:28 PM 11/28/2001 -0700, Jonathan Duncan wrote:
I am reading a book that refers to changing the value of an option in my
php.ini file.  I am using a virual server running FreeBSD which already has
PHP4 installed and I assume they opted not to install it using the php.ini
option, hence it does not exist.  It is installed as an Apache module,
therefore I assume that I add any options and their values to the httpd.conf
file.  Anyone disagree with me on this?

Now to my real question, this book I am reading suggests that I change the
value of session.save_path from the default /tmp to be /Windows/temp.
I am assuming that this session.save_path option saves session information
on the end users computer in the directory specified.  If this is the case,
and I do specify /Windows/temp won't this cause problems for people who
are not browsing my site with a Windows machine?  If so, is there a way to
save session information just cookies are saved by going to the default
location for cookies so that all platforms are compatible?

Thank you in advance,
Jonathan Duncan



--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




RE: [PHP-DB] session.save_path

2001-05-09 Thread Beau Lebens

if you are using c: (win32 box) it should actually be

c:\\

:)

HTH
Beau

// -Original Message-
// From: Philippe Saladin [mailto:[EMAIL PROTECTED]]
// Sent: Wednesday, 9 May 2001 4:55 PM
// To: [EMAIL PROTECTED]
// Subject: Re: [PHP-DB] session.save_path
//
//
// save_path = c://temp (with two /) does the trick
//
//
// Philippe Saladin [EMAIL PROTECTED] a écrit dans
// le message
// news: 9davss$vl6$[EMAIL PROTECTED]
//  Hi,
//  in my php.ini file, there is
//  [session]
//  save_path = /tmp
// 
//  When I try to start a session, I have an error :
//  Warning: open(/tmp\sess_62626e8e61a06b3f22c4c1bb82a6c92d,
// O_RDWR) failed:
// m
//  (2) in {pathofmyphpfile} on line 31
//  and
//  Warning: Failed to write session data (files). Please verify that the
//  current setting of session.save_path is correct (/tmp)
// 
//  where is the tmp folder? do I have to create it?
// 
//  Thanks in advance,
//  Best regards,
// 
//  Philippe
// 
// 
// 
// 
//  --
//  PHP Database Mailing List (http://www.php.net/)
//  To unsubscribe, e-mail: [EMAIL PROTECTED]
//  For additional commands, e-mail: [EMAIL PROTECTED]
//  To contact the list administrators, e-mail:
// [EMAIL PROTECTED]
// 
//
//
//
// --
// PHP Database Mailing List (http://www.php.net/)
// To unsubscribe, e-mail: [EMAIL PROTECTED]
// For additional commands, e-mail: [EMAIL PROTECTED]
// To contact the list administrators, e-mail: [EMAIL PROTECTED]
//


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]