1
0
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:
Gerasimos (Makis) Maropoulos
2017-12-13 14:46:45 +02:00
5 changed files with 17 additions and 4 deletions

View File

@@ -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", "")
}