commit | a057bff0e76bee1a8e13afabc63e9ac61966fee9 | [log] [tgz] |
---|---|---|
author | Suharsh Sivakumar <suharshs@google.com> | Tue Oct 07 14:33:34 2014 -0700 |
committer | Suharsh Sivakumar <suharshs@google.com> | Tue Oct 07 14:33:34 2014 -0700 |
tree | 28857bc53513fcb5051e1e9f38fd482967c856e6 | |
parent | a9b91f1257722e5ee54e499a99f097e6ec373205 [diff] |
veyron/services/identity/util: Fix multipath cookie issue. Change-Id: I9df656c899203f855b5c59d8b46a93e995ae8a8d
diff --git a/services/identity/util/csrf.go b/services/identity/util/csrf.go index 5d3ad5f..1efcae2 100644 --- a/services/identity/util/csrf.go +++ b/services/identity/util/csrf.go
@@ -114,6 +114,7 @@ Value: b64encode(b), Expires: time.Now().Add(time.Hour * 24), HttpOnly: true, + Path: "/", }, b }