can you explain the purpose of jsession id in portlet
Asked
Active
Viewed 184 times
1 Answers
1
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.

stacker
- 68,052
- 28
- 140
- 210