You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: user_guide_src/source/libraries/cookies.rst
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ cookie interaction.
26
26
Creating Cookies
27
27
****************
28
28
29
-
There are currently four (4) ways to create a new ``Cookie`` value object.
29
+
There are currently four ways to create a new ``Cookie`` value object.
30
30
31
31
.. literalinclude:: cookies/001.php
32
32
@@ -110,7 +110,7 @@ using the ``__Host-`` prefix, cookies must exhibit the following:
110
110
Validating the SameSite Attribute
111
111
=================================
112
112
113
-
The SameSite attribute only accepts three (3) values:
113
+
The SameSite attribute accepts three values:
114
114
115
115
- **Lax**: Cookies are not sent on normal cross-site subrequests (for example to load images or frames into a third party site), but are sent when a user is navigating to the origin site (*i.e.* when following a link).
116
116
- **Strict**: Cookies will only be sent in a first-party context and not be sent along with requests initiated by third party websites.
@@ -167,7 +167,7 @@ instance can be accessed from the current ``Response`` object.
167
167
Creating CookieStore
168
168
====================
169
169
170
-
CodeIgniter provides three (3) other ways to create a new instance of the ``CookieStore``.
170
+
CodeIgniter provides three other ways to create a new instance of the ``CookieStore``.
171
171
172
172
.. literalinclude:: cookies/008.php
173
173
@@ -248,16 +248,16 @@ objects. However, you may wish to define your own settings by changing the follo
248
248
``Config\Cookie`` class in **app/Config/Cookie.php** file.
0 commit comments