Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 JSF 应用程序的登录页面。一旦我让登录页面空闲 30 分钟或更长时间,然后输入登录 ID 和密码并提交按钮而不是收到消息:
该网站无法显示该页面 - HTTP 500 错误。
虽然我没有在应用程序中配置任何超时,但我正在使用 Web Sphere 服务器来部署应用程序。
<session-config> <session-timeout>-1</session-timeout> </session-config>
以上 web.xml 文件中的代码解决了我的问题。谢谢大家的帮助。