Commit 17f0a830 authored by R. David Murray's avatar R. David Murray

Document the quoting of cookie values.

parent 1777c67a
...@@ -120,6 +120,11 @@ class Response: ...@@ -120,6 +120,11 @@ class Response:
"value". This overwrites any previously set value for the "value". This overwrites any previously set value for the
cookie in the Response object. cookie in the Response object.
The value passed in is quoted using url_quote_plus before
the cookie is sent to the browser, and is unquoted using
url_unquote_plus when the cookie is received back from
the browser and stored in REQUEST.cookies.
Permission -- Always available Permission -- Always available
''' '''
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment