Luis Cordova wrote:
A message "Session timeout! Please relogin again." appears after the
session expires.

I was looking in the php where can I:
    1. modify the above text message
    2. redirect after some seconds to another page.
But I could not find anything in my code to do that.

How can I do this? Any hints,

Encouragements,

#1 is in your PHP code and is unique to your php scripts. It is not a generic message that PHP generates.

#2 is done client side with either Javascript or <meta .../> tag redirects

--
Jim Lucas

   "Some men are born to greatness, some achieve greatness,
       and some have greatness thrust upon them."

Twelfth Night, Act II, Scene V
    by William Shakespeare


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

Reply via email to