Interface HttpSession
@API(type=NOT_EXTENDABLE,
src=PUBLIC)
public interface HttpSession
HttpSession interface inspired from HTTP Servlet 5.0.
See also:
SessionStore
WebappPluginWorkspace.getSessionStore()
- Since:
- 26
-
Method Summary
-
Method Details
-
getId
String getId()Returns a string containing the unique identifier assigned to this session. The identifier is assigned by the servlet container and is implementation dependent.- Returns:
- a string specifying the identifier assigned to this session
-