session file remains after browser closed

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
scints
Forum Newbie
Posts: 3
Joined: Tue Mar 25, 2003 11:37 am

session file remains after browser closed

Post by scints »

In my php.ini "session.cookie_lifetime = 0"... why my the session file is still there after i close the browser?
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post by twigletmac »

Because that setting relates to the session cookie rather than the session file.

Mac
Post Reply