Mehran Ziadloo wrote:
> 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 ses
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 wil
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
> Von: Mehran Ziadloo [mailto:[EMAIL PROTECTED]]
>
> Well since I
Well since I was working with ASP before PHP, there's an event for sessions
when they start and when they expire in ASP. Well in PHP I can put an IF
statement to check if my variables are set or not for on_start event. But
what should I do to have an event for the time they expire?
Thanks for you
4 matches
Mail list logo