-
|
Hi Ory team 👋 I saw this discussion from 2023 regarding session idle timeouts (inactivity-based expiry). I wanted to check if this feature is available now or if there's a recommended way to implement it. Any updates or guidance would be appreciated. Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
vinckr
Jun 11, 2025
Replies: 1 comment
-
|
Hello @pvxr not directly but you can implement a check for idleness - how would you define idleness for your use case? - in your application and terminate the session if it is considered idle. So nothing really "new" here, you still can implement custom behaviour with the API. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
vinckr
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello @pvxr
not directly but you can implement a check for idleness - how would you define idleness for your use case? - in your application and terminate the session if it is considered idle.
So nothing really "new" here, you still can implement custom behaviour with the API.