开发者

Exclude a page from session timeout in web.xml

开发者_Python百科I'm just wondering, is it possible to exclude a page (say, the login.jsp) from session timeout in web.xml?


No. The session is for everything. But login.jsp does not need a session. It should assume that no user is logged, hence no previous session exists.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜