Forum

Thread tagged as: Question, Docs, Members

Shorten logged in user session

I am having a hard time remembering how to shorten logged in user session. I don't want any session (member) more then 30 minutes.

Thanks for the help...

Robert Ketter

Robert Ketter 103 points

  • 4 years ago
Drew McLellan

Drew McLellan 2638 points
Perch Support

If you're in paranoid mode, you can set PERCH_SESSION_TIMEOUT_MINS

Drew McLellan said:

If you're in paranoid mode, you can set PERCH_SESSION_TIMEOUT_MINS

Does this affect "MEMBERS" or is this just for Perch/Runway Admin?

Drew McLellan

Drew McLellan 2638 points
Perch Support

For Members it's PERCH_MEMBERS_SESSION_TIME

define('PERCH_MEMBERS_SESSION_TIME', '30 MINS');

Drew McLellan said:

For Members it's PERCH_MEMBERS_SESSION_TIME

define('PERCH_MEMBERS_SESSION_TIME', '30 MINS');

Great, thanks again.