Try these changes:
session.cookie_lifetime = 0
session.use_trans_sid = 1
Also, what version of PHP are you using?
> 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
>
--
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]