We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cedb51 commit d3cc282Copy full SHA for d3cc282
1 file changed
user_guide_src/source/libraries/sessions.rst
@@ -158,8 +158,7 @@ you need it.
158
You can simply assign data to the ``$_SESSION`` array, as with any other
159
variable. Or as a property of ``$session``.
160
161
-The former userdata method is deprecated,
162
-but you can pass an array containing your new session data to the
+You can pass an array containing your new session data to the
163
``set()`` method:
164
165
.. literalinclude:: sessions/010.php
0 commit comments