Redis – What might cause a session ID to sometimes change after redirect (Java/Kotlin Spring web app)?
I have a web application built with Kotlin+Spring which identifies users by session ID. On a static front page I have a form which, on submit, sends a POST request to "/start". This is handled by Spring by executing some…