AmadeusITGroup / HttpSessionReplacer

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

Secure cookie #34

Closed nbogojevic closed 6 years ago

nbogojevic commented 6 years ago

This fixes issue in #31 . New default behavior for secure flag of the cookie will be set to true if active even if the request is not over secured channel. If there is need to set it only over secured channel, a new property is added as described in README.md