Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

WebEngine TimeOut Limit

Status
Not open for further replies.
Joined
Oct 8, 2006
Messages
740
Reaction score
289
The Login Timeout is taken from root folder/includes/config/modules/Login.xml

There's a parameter called timeout. Change it there.

And if you wanna know where this is actually used, you can check the function "isLoggedIn" in functions.php. Is checking if the logged in time session variable set on login is greater than the timeout xml value and if the function is reloaded (the account is active and the user is still navigating on your website) is resetting the timeout session variable.
 
Last edited:
Upvote 0
Joined
Nov 29, 2009
Messages
506
Reaction score
92
The Login Timeout is taken from root folder/includes/config/modules/Login.xml

There's a parameter called timeout. Change it there.

And if you wanna know where this is actually used, you can check the function "isLoggedIn" in functions.php. Is checking if the logged in time session variable set on login is greater than the timeout xml value and if the function is reloaded (the account is active and the user is still navigating on your website) is resetting the timeout session variable.

Thank you so much man! you save me a bunch of time looking for it :)

P.S. Kindly close thread
 
Upvote 0
Status
Not open for further replies.
Back
Top