|
Session expires too fast in LiveUser: msg#00371php.pear.general
Hello, I have an problem with LiveUser. The Session expires to fast. So about after 10 min. the session is expired and the user will be smashed out of the application. May someone can help me to fix this problem. Following settings I do which are session related to instance LiveUser: 'authContainers' => array(0 => array( 'type' => 'DB', 'dsn' => array( 'username' => $this->dbsetup['username'], 'password' => $this->dbsetup['password'], 'hostspec' => $this->dbsetup['hostname'], 'phptype' => $this->dbsetup['type'], 'database' => $this->dbsetup['database'] ), 'loginTimeout' => 0, 'expireTime' => 3600, <---------- This should be the session exprire time 'idleTime' => 1800, <---------- This should be the idle time for the session 'allowDuplicateHandles' => 0, 'passwordEncryptionMode' => 'MD5' ) ) But why expires the session after about 10 min. Thanks in forward for all help. Cheers -Peter -- PEAR General Mailing List (http://pear.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | QuickForm and Group Rules Again :): 00371, xavier |
|---|---|
| Next by Date: | [MDB] about test case framework: 00371, Thierry Bothorel |
| Previous by Thread: | QuickForm and Group Rules Again :)i: 00371, xavier |
| Next by Thread: | Re: Session expires too fast in LiveUser: 00371, Markus Wolff |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |