Usage of session in plugin

Hello friends!

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 ?

Thanks in advance for your help.

Just realized it has nothing to do with the plugin at all. Deactivating the plugin causes the same problem. I have no idea what I’m doing wrong.

have you tried a different hosting? just to make sure its not your local dev setup, build pipeline (like codekit) interfering.

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.