|
Posted by Tony Marston on 10/01/05 12:46
Taken a look at http://www.tonymarston.co.uk/php-mysql/session-handler.html
Or RTFM at http://uk.php.net/manual/en/function.session-set-save-handler.php
--
Tony Marston
http://www.tonymarston.net
"Mikel Astiz" <mastiz001@ikasle.ehu.es> wrote in message
news:dh8nd3$qa$1@localhost.localdomain...
>
> Write my own session handler? How can I do that? Any references?
>
> Thanks,
> Mikel
>
>
> "Colin McKinnon" <colin.deletethis@andthis.mms3.com> escribiσ en el
> mensaje news:dh8du0$r37$3$8302bc10@news.demon.co.uk...
>> Mikel Astiz wrote:
>>
>>> Hi,
>>>
>>> I am looking for a simple way to detect session ends so I can update
>>> a
>>> session table. I am new to PHP and don't understand how such event can
>>> be
>>> handled, since there seems not to be a corresponding overridable
>>> function.
>>> I've found 'register_shutdown_function', but apparently it detects
>>> connection breaks while the page is being loaded (I'm not sure though).
>>>
>>> I supose it will always be possible to control timeouted sessions by
>>> polling, but I wouldn't like to do so. Of course, client side scripts
>>> are
>>> not enough. I want to handle broken connections and prevent from evil
>>> users too.
>>>
>>
>> RTFM. If a session is not explicitly ended it will be removed by a
>> garbage
>> collection operation (sessions already have a last active timestamp on
>> them). If you want to trigger additional events then you'll need to write
>> your own session handler.
>>
>> C.
>
>
Navigation:
[Reply to this message]
|