I use kirby()->session()->set('name','value')
in my plugin to store a custom value which results, that i get logged out completly from Kirby after one minute of inactivity.
Is there anything I can do to prevent this behavior or do I set my session value wrong ?
It’s a default apache installation on localhost (Mac OS), but I think, I found the problem. The strange behavior just came up with the Plugin k3-panel-view-extended. Deactivating this plugin fixes the problem. I can’t reproduce the behavior anymore at the moment.