On 9/24/2001 12:28 PM this was written:

> Perhaps you could post the [Session] section of your php.ini file. It
> appears that session.cookie_lifetime is not set to 0, which is what you want
> for a session cookie. Perhaps we can find another setting that needs a
> change.

My php.ini:

[Session]
session.save_handler      = files
session.save_path         = /tmp

session.use_cookies       = 1
session.name              = PHPSESSID

session.auto_start        = 0
session.cookie_lifetime   = 3600

session.cookie_path       = /
session.cookie_domain     =
session.serialize_handler = php

session.gc_probability    = 1

session.gc_maxlifetime    = 1440

session.referer_check     = 0

session.entropy_length    = 0
session.entropy_file      =
; session.entropy_length    = 16
; session.entropy_file      = /dev/urandom
session.cache_limiter     = nocache

session.cache_expire      = 180


-- 

Thomas Deliduka
IT Manager
     -------------------------
New Eve Media
The Solution To Your Internet Angst
http://www.neweve.com/



-- 
PHP General 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]

Reply via email to