Uses of Class
nablarch.common.web.session.Session
Package
Description
本パッケージでは、HTTPSessionを抽象化した機能を提供する。
HTTPSessionと同等の機能に加え、従来の枠組みでは実現できなかった各種機能を追加する。
-
Uses of Session in nablarch.common.web.session
Modifier and TypeMethodDescriptionSessionManager.create
(ExecutionContext executionContext) セッションを生成する。Modifier and TypeMethodDescriptionprotected void
SessionStoreHandler.setSessionTrackingCookie
(Session session, jakarta.servlet.http.HttpServletResponse response) セッションIDを保持するためのクッキーをレスポンスのSet-Cookieヘッダに追加する。protected void
SessionStoreHandler.writeId
(Session session, ServletExecutionContext context) セッションIDを書き出す。