Skip to content

Commit d3cc282

Browse files
committed
docs: remove incorrect description
userdata() method does not exist in CI4
1 parent 8cedb51 commit d3cc282

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

user_guide_src/source/libraries/sessions.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,7 @@ you need it.
158158
You can simply assign data to the ``$_SESSION`` array, as with any other
159159
variable. Or as a property of ``$session``.
160160

161-
The former userdata method is deprecated,
162-
but you can pass an array containing your new session data to the
161+
You can pass an array containing your new session data to the
163162
``set()`` method:
164163

165164
.. literalinclude:: sessions/010.php

0 commit comments

Comments
 (0)