Forum Moderators: coopster
session.cookie_lifetime [php.net] integer
session.cookie_lifetime specifies the lifetime of the cookie in seconds which is sent to the browser. The value 0 means "until the browser is closed." Defaults to 0.
If it's already 0, you're probably already good to go - have you tried closing your browser & reopening?