Changeset 87

Show
Ignore:
Timestamp:
29/05/05 23:48:43 (4 years ago)
Author:
dez
Message:

15 minutes is far too short a timeout. Increased to 1 hour. Welshbyte suggests it might need to be even longer...

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • admin.lib.php

    r86 r87  
    4646        function startSession() { 
    4747                //set the session time out in seconds 
    48                 //15min 
    49                 $maxSessionAge = 900; 
     48                //1 hour 
     49                $maxSessionAge = 3600; 
    5050                 
    5151                //setup the session stuff