lispdoc - results for set-cookie |
(hunchentoot:set-cookie name &key (value ) expires path domain secure http-only (reply *reply*)) | Function: Creates a cookie object from the parameters provided and adds it to the outgoing cookies of the REPLY object REPLY. If a cookie with the name NAME (case-sensitive) already exists, it is replaced.
|
(hunchentoot:set-cookie* cookie &optional (reply *reply*)) | Function: Adds the COOKIE object COOKIE to the outgoing cookies of the REPLY object REPLY. If a cookie with the same name (case-sensitive) already exists, it is replaced.
|
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
| By Bill Moorier |