Session issues accessing Apache Tomcat application beyond a Proxy
We have a application runn开发者_C百科ing on Apache Tomcat. When the application is accessed from beyond a proxy, the session information is getting lost or the user is logged out after some time. Please advise.
Almost sounds like your proxy is not carrying the cookies over when it forwards HTTP requests. Perhaps there's an over-zealous security setting on your proxy?
精彩评论