We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3711b49 commit ddccdcbCopy full SHA for ddccdcb
1 file changed
user_guide_src/source/libraries/sessions.rst
@@ -143,6 +143,10 @@ omit the item key (magic getter only works for single property values):
143
144
.. literalinclude:: sessions/009.php
145
146
+.. important:: The ``get()`` method WILL return flashdata or tempdata items when
147
+ retrieving a single item by key. It will not return flashdata or tempdata when
148
+ grabbing all userdata from the session, however.
149
+
150
Adding Session Data
151
===================
152
0 commit comments