Albert
02/10/2019, 1:05 PMapp.before { ctx ->
if (ctx.req.session != null) {
ctx.req.changeSessionId()
}
}
But at after 10-15 times refreshing all information of the session is gone. Should this be implemented in another way?