Page 1 of 1

Administrator module - timeout

Posted: Sat Feb 03, 2018 3:36 am
by alex4orly
I am using this object and noticed the "Session Timeout" is set to 120.
I assume this is in seconds?
Is there a limit?
What if I set it to 1,200 instead?
The HELP document doesn't specify if it is in seconds or what...
Can that timeout colide with the general Server timeout?

Cheers

Re: Administrator module - timeout

Posted: Sat Feb 03, 2018 7:54 am
by Pablo

Re: Administrator module - timeout

Posted: Sat Feb 03, 2018 8:04 am
by alex4orly
Thanks for the link, but I don't understand the connection here to setting up a cookie?
This object has its own setup for session timeout?
If I set a cookie - which overrides the timeout - the cookie or the object internal setting?

Cheers

Re: Administrator module - timeout

Posted: Sat Feb 03, 2018 11:13 am
by Pablo
The login script uses 'setcookie' to set the timeout.

Re: Administrator module - timeout

Posted: Sat Feb 03, 2018 8:13 pm
by alex4orly
Oh, I didn't think of it.... Well, which other way can it be done...

Thanks