How implement Session timeout in OJS Application

Dear OJS Team,

How I can implement session timeout in the application.

I want to implement session timeout (ideally 15 minutes) in the application.

Thank with Regards
Avinash Shukla

Hi @Avinash_Shukla,

Please see Login Sessions Timing Out OJS 2.4.8

Best,
Amanda Stevens
Public Knowledge Project Team

Hi @astevens,

I have changed code as per your suggestion but problem is same. I have noted down my changes in below, please check.

session_check_ip = Off // change in config file,
session.gc_maxlifetime=900 (15 min.)