mcroteau commented on pull request #67:
URL: https://github.com/apache/shiro/pull/67#issuecomment-673698781


   Do I need to add what the following to every request? 
   
   ```
   DefaultWebSessionManager defaultWebSessionManager = 
(DefaultWebSessionManager)securityManager.getSessionManager();
   
defaultWebSessionManager.getSessionIdCookie().setSameSite(Cookie.SameSiteOptions.NONE);
   defaultWebSessionManager.getSessionIdCookie().setSecure(true);
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to