Defining duration of session

Hello, I’d like to define the duration of my session when I login since I’m using an Android device. However, I can find nowhere in any of the documentation where if specifies what unit of time the “duration” parameter is in. Is it in milliseconds, seconds, minutes, hours, etc?

Thanks for the help.

1 Like

So, within the php.ini file there’s a section (screenshot below) that list the login duration = 1440

Divide this by 60 = 24

So, default duration for login is 24 minutes, or 1440 seconds.

Have a look:

[The image you are requesting does not exist or is no longer available]

Thanks,
Mark

3 Likes