diff --git a/v1-compat/src/core/middleware/session/state/cookie.lisp b/v1-compat/src/core/middleware/session/state/cookie.lisp index 1c21c027..91e6c272 100644 --- a/v1-compat/src/core/middleware/session/state/cookie.lisp +++ b/v1-compat/src/core/middleware/session/state/cookie.lisp @@ -78,8 +78,8 @@ Example: @export (defmethod expire ((this ) - id res &optional options) - (setf (gethash :expires options) 0) + id res &optional options) + (setf (getf options :expires) 1) (finalize this id res options)) @export