impresspages / ImpressPages

ImpressPages is php framework with admin panel. Build functional website in one hour.
http://www.impresspages.org
Other
501 stars 175 forks source link

Sessions never expire #820

Closed maskas closed 7 years ago

maskas commented 7 years ago

Reproduce:

bekopharm commented 7 years ago

7979cf2febcd4bb02b0c3a913eb3bb598ce42ea3 suggests 30 (hardcoded) minutes. Way to short for my taste. This should be configureable or last an extended coffee break, shouldn't it?

eazuka commented 7 years ago

you can change it to your desired duration. If you want to change 30 min. to something else, add 'sessionMaxIdle' => number_of_seconds to the config.php file.

please read this blog post https://www.impresspages.org/impresspages-4-9-0

bekopharm commented 7 years ago

Thanks for the heads up @eazuka