Catalin Trifu wrote:
Thanks for the response.
Indeed it seems this is the only way to achieve what I want.
It would be nice if the PHP guys would implement such functionality.
Why? You're the first person I've ever heard ask for this. I don't think
it's something that shoul
Thanks for the response.
Indeed it seems this is the only way to achieve what I want.
It would be nice if the PHP guys would implement such functionality.
Catalin
"Stuart" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Catalin Trifu wrote:
> > I want to
Catalin Trifu wrote:
I want to redirect my users to a session expired page and not directly
to
a blank login page based on wheter this is just a gc colected session.
In case the user goes to sleep but leaves the browser open and then in
the
morning he comes back and does something the brows
"in the first page of your website, or when you connect for the firs
time to it"
$_SESSION['first_session_value'] = session_id();
"others pages"
if($_SESSION['first_session_value'] != session_id()){
echo "The session has a new value";
}
Seba
Il mar, 2004-02-24 alle 15:16, Jakes ha s
4 matches
Mail list logo