This is a discussion on Session Problem within the PHP Programming forums, part of the Web Development category; Hi all, A user signed in the site. I want to signed out that user automatically if that signed user ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| Hi all, A user signed in the site. I want to signed out that user automatically if that signed user doesn't active the site upto 30 minutes or some minutes? is any configuration changes need for this ? |
| Sponsored Links |
| |||
| Hi, In your server find php.ini configuration file and Open and find the session.gc_maxlifetime variable. In Default session.gc_maxlifetime is 1440 sec (24 min). That is session out is 24 mins. If you want after 30 mins session time out. u can set 1800 sec (30 * 60) . --kamal. |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| session time | Kirubhananth | ASP and ASP.NET Programming | 5 | 02-27-2008 02:04 AM |
| Problem in Session TimeOut | S.Vinothkumar | ASP and ASP.NET Programming | 7 | 01-02-2008 11:42 PM |
| How to clear Session | SaravananJ | C# Programming | 4 | 09-12-2007 02:38 AM |
| Destroy session using session ID | Jeyaseelansarc | PHP Programming | 1 | 09-07-2007 07:42 AM |
| Session Hijacking | vadivelanvaidyanathan | PHP Programming | 0 | 09-03-2007 01:04 AM |