This is a discussion on Session never expires in site unless you close the window within the PHP Programming forums, part of the Web Development category; Hi Techie Can you please tell me ,such that the session should never expires in site unless you close the ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| Hi Techie Can you please tell me ,such that the session should never expires in site unless you close the window.How to set the apache configuration for this?
__________________ regards K.Lakshmanan [Web developer] Last edited by ursklakshmanan : 01-23-2008 at 02:15 AM. Reason: for valid input |
| Sponsored Links |
| |||
| Hi, You can check php.ini file session variable (session.gc_maxlifetime). If this variable 0 means session is no time limit to expiry and you can set time by seconds. Example: session.gc_maxlifetime = 1440 by default (24 minutes).
__________________ Thanks & Regards, R.Kamalakannan. |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to pass session values in popup window | Mramesh | HTML, CSS and Javascript Coding Techniques | 3 | 03-13-2008 09:01 PM |
| How to open popup onmouseover and to close the same window onmouseout javascript? | bluesky | HTML, CSS and Javascript Coding Techniques | 3 | 12-07-2007 06:51 AM |
| Need to close parent window after closing child window. | S.Vinothkumar | ASP and ASP.NET Programming | 6 | 11-05-2007 06:08 AM |
| Is it possible to close the parent window (main web browser window) from a child win | gp_logesh | HTML, CSS and Javascript Coding Techniques | 1 | 10-29-2007 04:53 AM |
| Session in child window | Sivamurugan | PHP Programming | 3 | 09-11-2007 05:39 AM |