PDA

View Full Version : how can I disable autologout?


magenbrot
13-08-2005, 12:48
hi,

how can I disable autologout? If I set the value to 0 in the profile it's not disabled, instead I get logged out right after login / clicking something else.

regards
Oliver

James Wells
13-08-2005, 17:39
Greetings,

I had the same issue, but I simply worked around it by setting the logout time to 86400 (1 day)

Alexei
13-08-2005, 20:24
how can I disable autologout? If I set the value to 0 in the profile it's not disabled, instead I get logged out right after login / clicking something else.

I will check if '0' works as expected. Thanks for reporting this.

mrogers
01-05-2007, 23:52
I am having an issue with Autologout.

We don't want to disable it but would like it to be set higher than 1 hour (3600 sec) which it seems is the most we are allowed to set at the moment.

Please let me know if anyone has seen this issue or has a workaround for it.

I tried the suggestion per James Wells however I get the following error when setting a value even 1 second higher than 3600.

Warning. Incorrect value for [autologout]

Vince2
03-05-2007, 09:14
I am having an issue with Autologout.

We don't want to disable it but would like it to be set higher than 1 hour (3600 sec) which it seems is the most we are allowed to set at the moment.

Please let me know if anyone has seen this issue or has a workaround for it.

I tried the suggestion per James Wells however I get the following error when setting a value even 1 second higher than 3600.

Warning. Incorrect value for [autologout]

You may want to modify users.php and change 3600 to 86400 (search for BETWEEN).

mrogers
03-05-2007, 18:36
That appears to have corrected the issue, thanks for the help.