Join Slack
Powered by
I'm currently using ktor 3.0.2 and I am unable to ...
# ktor
k
Kuldar
04/19/2025, 1:12 PM
I'm currently using ktor 3.0.2 and I am unable to rotate session id. Eg: anon session turns into authenticated session.
Copy code
call.sessions.clear<UserSession>() call.sessions.set(UserSession(...))
Any suggestions what should I try next?
✅ 1
Kuldar
04/19/2025, 4:52 PM
Response does include "set-cookie" header, but it is with the same session id
Kuldar
04/19/2025, 6:39 PM
nvm:
https://youtrack.jetbrains.com/issue/KTOR-675/Regenerate-session-id
Open in Slack
Previous
Next