Re: [PHP-WIN] Time out and re login

2007-11-12 Thread vikas batra
This problem is seems to be due to session expiry. session is getting expired after some time, increase session expire time in your .htaccess file. use this session.cache_expire = 180// in seconds or session.gc_maxlifetime = 1440 or session.cookie_lifetime = 0 try to use this, i think ur

[PHP-WIN] Time out and re login

2007-11-12 Thread Harpreet
Regards, Harpreet Kaur Sr. Application Developer Crispin Corporation (919) 367-7911 (919) 696-0515 (Cell) Group We have a web application which requires login into a database. At one of the customer sites if once logged in and page is left alone the page times out and requires a re login wher