iarora-rcc opened a new issue, #1893: URL: https://github.com/apache/shiro/issues/1893
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/shiro/issues?q=is%3Aissue) and found no similar issues. ### Question I am getting this issue in my spring boot app, which uses Shiro for session management. The only difference is I have put [krakend](https://www.krakend.io) API gateway to monitor API call reaching my backend server. I am getting this issue while calling the below line: ` Session userSession = new HttpServletSession(request.getSession(), ipAddress); ` -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
