On Thu, 2008-07-10 at 20:08 -0500, Luis Cordova wrote: > I have been hunting for it for hours and seems like it is not there... > It should but do you know how can I trace to which file is it pointing > or what function? Is there anything close to debugging in php? I hope you're not using Winblows: cd /path/to/web/tree grep -rn 'Please relogin again' Cheers, Rob. > Encouragements, > > On Thu, Jul 10, 2008 at 6:48 PM, Jim Lucas <lists@xxxxxxxxx> wrote: > > 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 > > > > > > > > -- > > Luis Cordova > > > > -- > > Luis Cordova > -- http://www.interjinn.com Application and Templating Framework for PHP -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php