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.
我正在使用带有 grails 1.1 的 Jsecurity 插件版本 0.3。我需要增加用户的会话超时。
任何线索我应该怎么做?
设置会话超时的另一种方法是安装WebXML 插件并在 web.xml 中设置会话超时。这样做你不必每次都以编程方式设置它。