Set a secure HTTP cookie. The cookie will be signed using secret. An expiration time for the cookie will be set if timeout is specified.
| Parameters: |
|
|---|
Get a potentially secure HTTP cookie. This method decodes a cookie and returns a tuple with its signature and data. If no cookie is found or the cookie has an invalid signature None is returned instead.
| Parameters: |
|
|---|
Remove an existing cookie.
| Parameters: |
|
|---|