开发者

can you explain the purpose of jsession id in portlet

开发者 https://www.devze.com 2023-01-08 17:14 出处:网络
can开发者_开发问答 you explain the purpose of jsession id in portletJSR-168 Java Portlet Specification has a chapter on sessions. It is basically the same as in other java web applications. It is used

can开发者_开发问答 you explain the purpose of jsession id in portlet


JSR-168 Java Portlet Specification has a chapter on sessions. It is basically the same as in other java web applications. It is used to identify session specific data as logged in user, its shoppingcart contents etc.

0

精彩评论

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