Ask, reply and learn. Join the community of Akaunting.
Hello guys.
How to activate Automatic logout after 15mins of inactivity?
Thank you
Hello Jhay,
The system is set up to logout after 30 minutes automatically.
Regards
Hello Denis,
How can i adjust that?
thank you so much :)
change it to 15 in place of 30 in session
Kamal, is your answer a joke?
How do we change this setting please, anyone? ie so I dont get another answer like Kamals, specifically where is this setting?
I had this same issue. I found the source code on github:
https://github.com/akaunting/akaunting/blob/master/config/session.php
So, it appears that by changing the "30" in line 34 of...
'lifetime' => env('SESSION_LIFETIME', 30),
... Then you will be set!
Hope that helps,
-S.
Showing 1 to 6 of 6 discussions