changed session cookie expiry (#870)
Cette révision appartient à :
Parent
4f11748da1
révision
00a885af28
1 fichiers modifiés avec 1 ajouts et 0 suppressions
|
@ -117,6 +117,7 @@ func SetCookieHandler(w http.ResponseWriter, r *http.Request, email string, pass
|
|||
Value: encoded,
|
||||
Path: "/",
|
||||
HttpOnly: true,
|
||||
MaxAge: 2592000, // One month
|
||||
}
|
||||
http.SetCookie(w, cookie)
|
||||
// also set response header for convenience
|
||||
|
|
Référencer dans un nouveau ticket