Re: Re: Sessions not destroyed

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



M. Sokolewicz schrieb:

are you using the default PHP sessions? or are you using a custom session handler?

Hendrik Schmieder wrote:

Hello,

we have a severe problem with seesions.

We use Apache 1.3.31 with PHP 4.3.9 as Apache module in Windows 2000

In our php.ini we have

session.gc_probability = 100
session.gc_dividend    = 100
session.gc_maxlifetime = 120

But even after 20 minutes the session file is still there.
And the session file ist also not deleted if we then stop the apache service.


Has anybody an idea ?

TIA

Hendrik Schmieder


We are using the default php sessions ,

This are all of our session settings;

[Session]
session.save_handler = files
session.save_path = D:\Worksheet-Server\apache\sessiondata
session.use_cookies = 1
session.name = PHPSESSID
session.auto_start = 0
session.cookie_lifetime = 0
session.cookie_path = /
session.cookie_domain =
session.serialize_handler = php
session.gc_probability = 100
session.gc_dividend    = 100
session.gc_maxlifetime = 120
session.bug_compat_42 = 1
session.bug_compat_warn = 1
session.referer_check =
session.entropy_length = 0
session.entropy_file =
session.cache_limiter = nocache
session.cache_expire = 180
session.use_trans_sid = 1
url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=,fieldset="

with best regards

  Hendrik Schmieder

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux