Re: [PHP-WIN] session lifetime

2001-01-21 Thread DATURA
Never mind! I've found the reason for this erratic behaviour: It's inside Windows 2000. Obviously Windows itself is deleting the content of its TEMP-Directory from time to time... So my session files are not deleted by the PHP garbage collection routine but from this %*&/ Windows. Since the sessi

[PHP-WIN] session lifetime

2001-01-19 Thread DATURA
I have the following settings in PHP.INI: [Session] session.save_handler = files session.save_path = C:\temp session.use_cookies = 1 session.name = PHPSESSID session.auto_start= 1 session.cookie_lifetime = 0 session.cookie_path = / session.cookie_dom