jcampbell1 / simple-file-manager

A Simple PHP file manager. The code is a single php file.
MIT License
914 stars 502 forks source link

Logout? #91

Closed JonnyTech closed 4 years ago

JonnyTech commented 5 years ago

After entering a password and using the file manager, how does one log out?

jcampbell1 commented 4 years ago

The authentication only lasts as long as the session cookie. Restarting a browser should log you out, you will also be auto logged out based on a bunch of php.ini settings around session lifetime values.