diff options
author | Hank Shen <swhbox@foxmail.com> | 2019-05-02 05:13:40 +0300 |
---|---|---|
committer | Hank Shen <swhbox@foxmail.com> | 2019-05-02 05:13:40 +0300 |
commit | d034976064c535b4ff1c2a3af0efc1b2a84af49a (patch) | |
tree | f53bd6f56fc4cdae6c3b1917e1837e3f7cdcf271 | |
parent | 3650830381a19dad9676432160b11790f0638174 (diff) |
update
-rw-r--r-- | store.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -196,7 +196,7 @@ func (s *FilesystemStore) Save(ctx echo.Context, if err := s.erase(session); err != nil { return err } - SetCookie(ctx, session.Name(), "") + SetCookie(ctx, session.Name(), "", -1) return nil } if len(session.ID) == 0 { |