AmadeusITGroup / HttpSessionReplacer

Store JEE Servlet HttpSessions in Redis
MIT License
49 stars 33 forks source link

fixing cookie path issue #24

Closed bferrenq closed 7 years ago

bferrenq commented 7 years ago

Nenad, btw I have understood why I could not get the correct contextPath: it is a pure 1A/pnext issue nothing to do with this library: there is a frontend webapp (with default session configuration) redirecting to our application. As we do not need this redirect webapp, I have removed it, and PR fix is working as expected.