Search code examples
configlogoutsilexbolt-cms

Bolt-CMS keeps logging me out after a period of time


I am using Bolt-CMS in my project and every ten minutes Bolt logs me out from the CMS. Even if I am active and on the root account.

  • I know I use Bolt version 3.2.13
  • And that bolt runs on Silex. (with some Symfony components)
  • And I presume there is a config file for this.

So does anyone know where to find this config file or where I can turn the automatic logout off?

Thanks in advance!


Solution

  • First thing you should do is check the lifetime of your cookie (check the developer toolbar of your browser).

    If this does not give a clue, then most likely there is a cron job that deletes your cookie files on the server. This question might be relevant in this scenario.