providers/proxy: attempt to fix duplicate cookie (#7324)
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
		| @ -50,7 +50,7 @@ func (a *Application) getStore(p api.ProxyOutpostConfig, externalHost *url.URL) | ||||
| 			Domain:   *p.CookieDomain, | ||||
| 			SameSite: http.SameSiteLaxMode, | ||||
| 			MaxAge:   maxAge, | ||||
| 			Path:     externalHost.Path, | ||||
| 			Path:     "/", | ||||
| 		}) | ||||
|  | ||||
| 		a.log.Trace("using redis session backend") | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Jens L
					Jens L