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