Uses of Interface
javax.servlet.SessionCookieConfig
-
Packages that use SessionCookieConfig Package Description javax.servlet -
-
Uses of SessionCookieConfig in javax.servlet
Methods in javax.servlet that return SessionCookieConfig Modifier and Type Method Description SessionCookieConfig
ServletContext. getSessionCookieConfig()
Gets theSessionCookieConfig
object through which various properties of the session tracking cookies created on behalf of this ServletContext may be configured.
-