开发者

How Handle session using requestProcessor

I am working on struts,i want to know how to handle session using org.apache.struts.act开发者_C百科ion.RequestProcessor ? Where in have to check the existence of session throughout the app ?


request.getSession();

In the handling methods of RequestPostprocessor you are supplied with an HttpServletRequest attribute. You can get the session from it.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜