Keeping users logged in


(Ben Chapman) #1

Matrix Version: 5.2.3.0

I have created a private section of my website using an account manager page to handle access. I am very happy with the way registration and logging in works. However, it would great if the registered users didn’t have to log on every time they tried to access the private section.

I wonder if anyone could give me advice on how to set things up so that the website can remember that a user should be logged on. Is this something Matrix can handle?

Thanks.


(Marcus Fong) #2

Check your session expiry rules in Global Preferences:

https://matrix.squiz.net/manuals/system-configuration/chapters/global-preferences#session-expiry-rules

How are they set up?


(Ben Chapman) #3

Thanks for that tip Marcus.

I have changed the session expiry rules for the user group so I think I am sorted now.