Package com.atlassian.confluence.web
Class Cookies
java.lang.Object
com.atlassian.confluence.web.Cookies
- Since:
- 8.8
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic StringgetCookieValue(jakarta.servlet.http.HttpServletRequest request, String key) static StringgetCookieValue(String key) static jakarta.servlet.http.CookiesetResponseCookie(String key, String value) Sets a cookie.
- 
Constructor Details- 
Cookiespublic Cookies()
 
- 
- 
Method Details- 
setResponseCookieSets a cookie. set to use a default cookie age of one year and the context path as the default path- Parameters:
- key- the key of the cookie
- value- the value of the cookie
- Returns:
- the new Cookie object
- Since:
- 10.0
 
- 
getCookieValue- Since:
- 10.0
 
- 
getCookieValue
 
-