K kapearl Member Feb 24, 2016 #1 I find myself logging into the visiolist admin a lot. What is the current time out for the login? Can it be extended?
I find myself logging into the visiolist admin a lot. What is the current time out for the login? Can it be extended?
Mark Administrator Staff member Feb 25, 2016 #2 try this: open sources/misc/session.php find: PHP: $check_time = time() - 3600; change to: PHP: $check_time = time() - 86400; that should give you 24 hour login session, you can adjust the duration as needed. We don't have a hook location for this so it cannot be done via plugin yet, but if you find this works I will add a hook here for upcoming release.
try this: open sources/misc/session.php find: PHP: $check_time = time() - 3600; change to: PHP: $check_time = time() - 86400; that should give you 24 hour login session, you can adjust the duration as needed. We don't have a hook location for this so it cannot be done via plugin yet, but if you find this works I will add a hook here for upcoming release.
K kapearl Member Feb 25, 2016 #3 Thank you! This is very helpful. I check in a few times a day to approve new members and screenshots so this saves a step.
Thank you! This is very helpful. I check in a few times a day to approve new members and screenshots so this saves a step.
Mark Administrator Staff member Feb 25, 2016 #4 cool, well report back in a couple days and let me know if it did the trick or if I need to dig deeper
cool, well report back in a couple days and let me know if it did the trick or if I need to dig deeper
K kapearl Member Feb 28, 2016 #5 So far so good! If I close the browser I need to log back in but as long as the browser stays open and I'm checking back it it's keeping me logged in.
So far so good! If I close the browser I need to log back in but as long as the browser stays open and I'm checking back it it's keeping me logged in.