We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3933297 commit fe4ec45Copy full SHA for fe4ec45
1 file changed
user_guide_src/source/libraries/cookies.rst
@@ -199,6 +199,10 @@ the instance with the modified instance.
199
Dispatching Cookies in Store
200
============================
201
202
+.. deprecated:: 4.1.6
203
+
204
+.. important:: This method is deprecated. It will be removed in future releases.
205
206
More often than not, you do not need to concern yourself in manually sending cookies. CodeIgniter will do this
207
for you. However, if you really need to manually send cookies, you can use the ``dispatch`` method. Just like
208
in sending other headers, you need to make sure the headers are not yet sent by checking the value
0 commit comments