Forum

Ask, reply and learn. Join the community of Akaunting.

New Discussion

How to activate Automatic logout after 15mins of inactivity

Jhay Pqb   ( User )

Commented 4 years ago

Hello guys.
How to activate Automatic logout after 15mins of inactivity?

Thank you

Denis Dulici   ( Admin )

Commented 4 years ago

Hello Jhay,

The system is set up to logout after 30 minutes automatically.

Regards

Jhay Pqb   ( User )

Commented 4 years ago

Hello Denis,

How can i adjust that?

thank you so much :)

Kamal   ( User )

Commented 3 years ago

change it to 15 in place of 30 in session

Dave Crabory   ( User )

Commented 3 years ago

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?

Scott Carson   ( User )

Commented 2 years ago

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.

Please login or register to leave a response.

Showing 1 to 6 of 6 discussions