Kirby-Session with redis

Hi,

is it possible to have the kirby-session use redis?
I’m on Kirby 4.5 and am using the “Redis Cache Driver”-Plugin for the cache, but it would be good to have the session-data as well in redis.

Thanks in advance
Witold

Currently, no. There is no default sessions tore via Redis implemented, neither is the session part really extendable via a plugin. I’ll take the latter part to the team to discuss. Maybe there would be an easy way to open this up. And then you’d at least have the chance to implement the session store with a similar plugin.

With Kirby 5, Redis cache driver is coming to the core, so that will not need a plugin anymore then. Just as side note.