Forums

Resolved
0 votes
I'm trying to isolate where I might be able to change the timeout value for the Webconfig software. I have not been able to isolate a setting in the Webconfig GUI itself. I have a requirement with the deployment to set the login timeout to be 10 minutes of inactivity or less. Any help would be greatly appreciated.
Thursday, March 08 2018, 03:41 PM

Location [ View Larger Map ]

http://maps.googleapis.com/maps/api/staticmap?center=36.8022774,-76.27687550000002&language=en&maptype=roadmap&zoom=5&size=450x300&sensor=true&markers=color:red|label:S|36.8022774,-76.27687550000002
Share this post:

Accepted Answer

Thursday, March 08 2018, 03:48 PM - #Permalink
Resolved
0 votes
/usr/clearos/framework/application/config/config.php



$config['sess_expiration'] = 7200;


Restarting webconfig after changing this value wouldn't hurt:

systemctl restart webconfig.service


B.
The reply is currently minimized Show
Responses (1)
  • Accepted Answer

    Thursday, March 08 2018, 05:06 PM - #Permalink
    Resolved
    0 votes
    Thank you so much!!! Would never have found that on my own! You are wise!
    The reply is currently minimized Show
Your Reply