Hello,
is it possible to restrict the session length in NJB? - Means: According to my experience, "my" NJB users tend to forget to log OUT of the system. Is there a possibility to "kick" them "out" after a certain time of inactivity?
Thanks,
Nils
Session length
- wbartels
- netjukebox developer
- Posts: 881
- Joined: Thu Nov 04, 2004 3:12 pm
- Location: Netherlands
- Contact:
Yes you can set the $cfg['authenticate_expire'] time in the config.inc.php file.
For example set the session length for one hour:
Don't set the $cfg['authenticate_expire'] time to short, because streaming will also expire after that time.
Here is a related discussion: http://forum.lan/viewtopic.php?p=875#875
For example set the session length for one hour:
Code: Select all
$cfg['authenticate_expire'] = 3600;
Here is a related discussion: http://forum.lan/viewtopic.php?p=875#875