Changeset 7654
- Timestamp:
- 06/15/08 23:01:33 (3 months ago)
- Files:
-
- django/trunk/docs/sessions.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/sessions.txt
r7619 r7654 113 113 Sets a test cookie to determine whether the user's browser supports 114 114 cookies. Due to the way cookies work, you won't be able to test this 115 until the user's next page request. See "Setting test cookies"below for115 until the user's next page request. See `Setting test cookies`_ below for 116 116 more information. 117 117 … … 121 121 browser accepted the test cookie. Due to the way cookies work, you'll 122 122 have to call ``set_test_cookie()`` on a previous, separate page request. 123 See "Setting test cookies"below for more information.123 See `Setting test cookies`_ below for more information. 124 124 125 125 * ``delete_test_cookie()``
