Uses of Class
de.uplanet.lucy.server.connector.Cookie
-
Uses of Cookie in de.uplanet.lucy.server.composer
Modifier and TypeMethodDescriptionCookiesCallable.createCookie
(String p_strName, String p_strValue) Create a cookie with the specified name and value, and the path set to/
.CookiesCallable.createCookieWithPath
(String p_strName, String p_strValue, String p_strPath) Create a cookie with the specified name and value, and optional path.CookiesCallable.createSessionCookie
(ISession p_session) Create a session cookie. -
Uses of Cookie in de.uplanet.lucy.server.connector.web