public class RemoteCookieFactory extends java.lang.Object implements SessionCookieFactory
PROP_IS_WEB_APP, PROP_USER_PRINCIPAL_KEY| Constructor and Description |
|---|
RemoteCookieFactory() |
| Modifier and Type | Method and Description |
|---|---|
SessionCookie |
createSessionCookie(java.lang.String applicationId, java.lang.String sessionId, ApplicationPool pool, java.util.Properties properties)
Creates a SessionCookie instance.
|
public SessionCookie createSessionCookie(java.lang.String applicationId, java.lang.String sessionId, ApplicationPool pool, java.util.Properties properties)
createSessionCookie in interface SessionCookieFactoryapplicationId - an identifier which may be used to uniquely identify this cookie within the context of a sessionsessionId - an option identifier which may be used to uniquely identify this cookie across sessions.pool - the applicationPool instance which will be used to acquire ApplicationModule instances for this SessionCookie.properties - an optional properties object which may be used to pass additional creation properties to the SessionCookieFactory.