google-code-backups / rsslounge

Automatically exported from code.google.com/p/rsslounge
0 stars 0 forks source link

Feature Request: Remove auto-logout or let user set length of time until logout when idle #41

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. log in
2. be idle
3. get logged out automatically, without notice
4. try to use the rsslounge

What is the expected output? What do you see instead?
I would like to stay logged in when idle, instead I get logged out by rsslounge 
after about 15(?) minutes.

What version of the product are you using? On what operating system?
rsslounge 1.6 on Ubuntu Linux 10.04, 32bit

Please provide any additional information below.
It would be nice to have a setting in the options panel to set the maximum idle 
time until logout, at least up to several hours, or to remove the auto-logout 
altogether.

Original issue reported on code.google.com by tal...@gmail.com on 1 Oct 2010 at 12:56

GoogleCodeExporter commented 8 years ago
Hi,

you can configure your session timeout in the php.ini file. Check out the 
options:
session.gc_maxlifetime
session.cache_expire
session.cookie_lifetime

rsslounge will not change this options, because they depend on the security 
settings of the target system.

Original comment by zzuzzlwuzzl@googlemail.com on 2 Oct 2010 at 12:29