-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Description
This issue is an aggregate of all the requests for customizing a Cookie
- Custom Cookie Path Allow overriding of cookie path and/or cookiePathGenerationStrategy in CookieHttpSessionStrategy #155 Allow to customize the way the session cookie is created. Fixes #155 #141 #112 #106 #162
- Provide Cookie Domain Secure flag of CookieHttpSessionStrategy #141 enable configuration of cookie domain and httpOnly flag #302 Allow to customize the way the session cookie is created. Fixes #155 #141 #112 #106 #162
- Allow looking up parent domain rather than hard coding, dynamically find the parent domain. How Spring Session Cross Multiply Domain like a.apple.com and b.apple.com ? #297
- Allow configuring cookie expiration Allow configuring cookie expiration in CookieHttpSessionStrategy #106 Allow configuring cookie expiration in CookieHttpSessionStrategy #107 Allow configuring cookie expiration in CookieHttpSessionStrategy with documentation #164
- Allow configuring cookie name
- HttpOnly enable configuration of cookie domain and httpOnly flag #302 Allow to customize the way the session cookie is created. Fixes #155 #141 #112 #106 #162
- Support JVM Route suffix for making easier to sift through logs Apache mod_jk with Spring-session #256