Replies: 2 comments
-
Don't think so. This is the spot in the code where expiration happens. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks I do redirect to login page if a request falls through the routing tree, so it might be catched there. But we will not know the identity of the user as their session was deleted at that point. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to log or hook into when a request has deemed that a session is expired?
I'm my applications I redirect users to the login page if their session has expired and they try to access something in the application.
I'd like to be able to either log these (just to see how frequent they are or perhaps redirect them.
Do we have any ways to do something like this?
Beta Was this translation helpful? Give feedback.
All reactions