PHPSESSIONID
What happens to the session files on web server that certain web pages
create?
Are they being removed after some time?
Re: PHPSESSIONID
> What happens to the session files on web server that certain web pages
> create?
> Are they being removed after some time?
PHP cleans them up, when depends on the following configuration options:-
session.gc_probability
session.gc_divisor
session.gc_maxlifetime
http://uk.php.net/session
Re: PHPSESSIONID
Great!!
Thaks a lot!!!!
"peter" <submit [at] flexiwebhost.com> wrote in message
news:evbjpo$9rm$1 [at] aioe.org...
>> What happens to the session files on web server that certain web pages
>> create?
>> Are they being removed after some time?
>
> PHP cleans them up, when depends on the following configuration options:-
>
> session.gc_probability
> session.gc_divisor
> session.gc_maxlifetime
>
> http://uk.php.net/session
>