Feature request: Sliding Session Timeout

I think the currently configureable session timeout is absolute.
Could you change it to a sliding session timeout?

1 Like

Indeed the timeout is absolute at the moment. Unfortunately implementing sliding timeout for tokens (which Radzen uses in Angular applications) is not that simple. It requires refresh tokens. And to support refresh tokens we need a separate table to store them in the database and actual API that does the refresh and a lot of testing.

Still it makes a lot of sense to support that so I am logging it as a feature request.

3 Likes

Has this feature been implemented with "refresh session"?

Or are these two different things?

Indeed this is the feature we implemented. It’s available only for Angular.

1 Like