coolcsn / CsnUser

Authentication module using Doctrine
MIT License
33 stars 36 forks source link

How to increase inactivity time #8

Closed rahuldroy closed 10 years ago

rahuldroy commented 10 years ago

This module automatically logs the user out automatically after a certain period of time. I am not sure how much is the default but it isn't very long. I have tried looking around with no luck :(

coolcsn commented 10 years ago

Yes, this is the natural behavior of all systems. After 22 minutes (default for PHP) of inactivity you will be logged out. It depends of the settings in your php.ini file.