mirror of
https://github.com/kataras/iris.git
synced 2026-01-10 05:25:58 +00:00
Merge branch 'master' into dev
Former-commit-id: 451baf594a5fb7f288291cdd73b86998cb364af4
This commit is contained in:
@@ -2542,7 +2542,7 @@ func (ctx *context) RemoveCookie(name string) {
|
||||
c.Expires = exp
|
||||
c.MaxAge = -1
|
||||
ctx.SetCookie(c)
|
||||
// delete request's cookie also, which is temporary available
|
||||
// delete request's cookie also, which is temporary available.
|
||||
ctx.request.Header.Set("Cookie", "")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user