Einzelnen Beitrag anzeigen
Ungelesen 29.04.13, 20:13   #3
Prenderguest
Anfänger
 
Registriert seit: Apr 2009
Beiträge: 13
Bedankt: 7
Prenderguest ist noch neu hier! | 0 Respekt Punkte
Standard

hi,

ich hab das hier für dich gefunden

Client Session Time :

There is a mechanism implemented on the GUI to regularly « ping » the server, and either avoid the standard PHP Session expiration (around 20mn on default php installations), or on the opposite, force a clean logout after a given idle time. It can be managed by the two variables below :
AJXP_CLIENT_TIMEOUT_TIME : once the application is idle (no more actions on the GUI), delay (in seconds) before a logout is triggered. By default, same as the PHP session life. If you want the client session to be infinite, set it to 0.
AJXP_CLIENT_TIMEOUT_WARN_BEFORE : number of minutes to trigger a user warning before the session ends.


hört sich für mich so an als müsstest diese AJXP_CLIENT_TIMEOUT_TIME auf 0 setzen


quelle: http://ajaxplorer.info/documentation...hapter-basics/

hoffe das hilft dir irgendwie
Prenderguest ist offline   Mit Zitat antworten