Sessions
Hi, does vanilla used sessions over the pages? If yes, how do i print sessions in vanilla? Can someone help me with this, please?
Thanks in advance.
Thanks in advance.
Tagged:
0
Best Answers
-
Linc Admin
Vanilla 2 is using session data in the latest beta, but wasn't really in 2.0.17 or prior.0 -
luc ✭✭
Pretty useless to create something that you know you will need to change for the following version.0 -
zodiacdm ✭
There is a session table in the database now, it stores session attributes if that is what you are trying to access.
I am not sure if this existed in version 2.0.17 or not though...0
Answers
I'm using Vanilla version 2.0.17.10.
Any help on this?
Meaning print the sessions like in standard php print_r($_SESSIONS);
I am not sure if this existed in version 2.0.17 or not though...