开发者

ServletContext and Session object

Is the ServletContext and Session object which we get from 开发者_如何学Gorequest object (HttpServletRequest) behave the same ?


Sessions are user specific.

Servlet contexts are essentially global (within the context of that servlet), meaning all users who hit that servlet will share the same servlet context.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜