how to expire session in passwordless login ?
# support-questions-legacy
d
how to expire session in passwordless login ?
r
hey @Nem's
n
how to expire an old session while new session was created ?
r
you can override the createNewSession function and call revoke session on all the sessions that belong to the user ID before calling the original implementation.
n
@rp_st Thank you.