Page 1 of 1

Session TimeOut

Posted: Thu Sep 23, 2021 11:56 am
by HGF
I'm protecting some of my pages with the extension "Protect Page" with UserRoles.
This is working fine.

When doing a refresh on a protected page, very often I'm forwarded to the access denied page in order the session has been expired.
When investigation for the session timeout timer, I only found the admin timeout timer for user creation.

My question:
Where is the session timeout timer located? I need to increase the session time.

Thank you
HGF

Re: Session TimeOut

Posted: Thu Sep 23, 2021 12:59 pm
by Pablo
You can set the session timeout in the properties of the 'Login' object.

Re: Session TimeOut

Posted: Thu Sep 23, 2021 1:43 pm
by HGF
Got it. :D

Thank you very much
regards HGF