Hi
Thanks for replying,
There are some settings for sessions in php.ini but I can't find the thing
that I'm looking for.
It should exist, I mean isn't there any one who needs to know when the
session has expired?
Once again I ask my question:
How to make a session_on_end event in php?
Any help will be appreciated.

"Robert Mischke" <[EMAIL PROTECTED]> wrote in message
001601c251db$9877c930$6364a8c0@fatalerror">news:001601c251db$9877c930$6364a8c0@fatalerror...
> hi
>
> in php.ini you can control behavior of sessions,
> for example (take a look for you self;)
>  -> session.gc_maxlifetime = 1440,
> in script you you may use ini_set for "dynamic control"
>
> hope this is the right direction ..
>
> robert



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

Reply via email to