Hi, I would like to keep koatos sessions alive whe...
# talk-kratos
s
Hi, I would like to keep koatos sessions alive when user activity continues - i.e. as long as my middleware is making calls to kratosApi.FrontendApi.ToSession(ctx).Cookie(cookie.String()).Execute() regularly then the session expiry timer is restarted. I guess I am really asking is can I implement a session idle timeout rather than a session lifetime timeout?
r
You can extend the session through the admin API.