look-inside-session???

look-inside-session???

When you develope a code, You fill the session little by little in different places in your code. Then it will get a trouble to figure out what is already in the session.
Easy solution is just have a look at dev tools in the browser and find application tab then you can see and copy the values of your session. Simply paste it in "json beautify" website and get back the actual formatted session.

session