PHPSESSIONID

What happens to the session files on web server that certain web pages
create?
Are they being removed after some time?
kick ass [ So, 08 April 2007 21:03 ] [ ID #1681770 ]

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
Peter [ So, 08 April 2007 22:37 ] [ ID #1681771 ]

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
>
kick ass [ Mo, 09 April 2007 14:03 ] [ ID #1682471 ]
PHP » alt.php » PHPSESSIONID

Vorheriges Thema: question about php and imagettftext (and flash)
Nächstes Thema: include/require dircetive problem