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
:param array|Cookie|string $name: Cookie name *or* associative array of all of the parameters available to this function *or* an instance of ``CodeIgniter\Cookie\Cookie``
:param array|Cookie|string $name: Cookie name *or* associative array of all of the parameters available to this method *or* an instance of ``CodeIgniter\Cookie\Cookie``
459
459
:param string $value: Cookie value
@@ -481,7 +481,7 @@ The methods provided by the parent class that are available are:
481
481
.. literalinclude:: response/023.php
482
482
483
483
Only the ``name`` and ``value`` are required. To delete a cookie set it with the
484
-
``expire`` blank.
484
+
``value`` blank.
485
485
486
486
The ``expire`` is set in **seconds**, which will be added to the current
487
487
time. Do not include the time, but rather only the number of seconds
0 commit comments