softwaremill / akka-http-session

Web & mobile client-side akka-http sessions, with optional JWT support

Home Page:https://softwaremill.com/open-source/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Duplicate Cookie/Header in response when sending an expired session and refresh token

kijanowski opened this issue · comments

The cookie/header is set twice, the first time through SessionDirectives.touchRequiredSession and then again through SessionDirectives.setOneOffSessionSameTransport.
Tried to address it via #27
but it's not fixed.

Fixed in #62