Auto Login

Please report bugs and any annoyances here. Kindly include all possible details: steps to reproduce, expected result, actual result, screenshots, ... etc.
Post Reply
elemire
Posts: 8
Joined: 2015-09-11 18:17

Auto Login

Post by elemire » 2015-12-03 15:16

In searching the forums it appears as though older versions of appgini did not include an auto logout / timeout function for inactive users.

I am currently using Appgini V5.42 Rev 764, and my users are being logged out after a period of inactivity. Would the below forum post still allow me to control the timeout value or do I need to edit it somewhere else now?

http://forums.appgini.com/phpbb/viewtop ... imeout#p70

Ola Yakout
AppGini Intern
Posts: 19
Joined: 2016-02-07 13:24

Re: Auto Login

Post by Ola Yakout » 2016-02-09 12:04

Thank you for your valuable suggestion. There were no changes made recently to the session management code in AppGini. So, the above link should work fine.

Bertv
Veteran Member
Posts: 65
Joined: 2013-12-11 15:59

Re: Auto Login

Post by Bertv » 2016-02-10 12:10

Hi,
there is a different between AppGini 5.42 and 5.50.
In the 5.50 the session management is not in incCommon.php but in lib.php.

So the code for 'session control time limit' from Alan must be placed in lib.php, after 'session_start();' at row 77. I did and it works fine.
Bert
I am using Appgini 5.75

User avatar
franciscoc
Posts: 2
Joined: 2018-03-08 16:08
Location: Quito-Ecuador
Contact:

Re: Auto Login

Post by franciscoc » 2021-12-20 20:33

Hi guys,

I want to maintain log in the user after the sign up form was complete. Is there any way to do it?
I thinks perhaps with php session. Any idea?
thanks in advance
Francisco Coral
Developer
Quito-Ecuador

Post Reply