![]() |
Admin 5/1/2007 |
Session time out can be changed in php.ini file. If you don't have an access to this file you may talk to your ISP in this regard. |
J
|
Jean author 5/5/2007 |
Having no access to php.ini and no solution through my ISP, I found another solution. As it could be of some interest to anybody else here it is : |
T
|
thecomputerguy 6/16/2009 |
Having no access to php.ini and no solution through my ISP, I found another solution. As it could be of some interest to anybody else here it is : in _edit.htm, put the line <script>setInterval("updateRTEs();document.forms['editform'].submit();",900000);</script> Every 15 min of inactivity the form will autosave. Jean
|
J
|
Jane 6/16/2009 |
Andrew, |
|
hfg 6/16/2009 |
I have attempted (and it seems to work) putting the following code in the After Successful Login |
I
|
inquest2c 6/20/2009 |
I have attempted (and it seems to work) putting the following code in the After Successful Login ini_set("session.gc_maxlifetime","3600"); you can change the 3600 to what you need.
|
T
|
thecomputerguy 6/23/2009 |
I have attempted (and it seems to work) putting the following code in the After Successful Login ini_set("session.gc_maxlifetime","3600"); you can change the 3600 to what you need.
|