View php session variables
问题 Not sure if this belongs here or at webapps... please move if appropriate. I don't even know if such a thing is possible, but is there an extension or add-on for either Firefox or Chrome that would let me view all my PHP session variables the way there are extensions that let you view cookies? 回答1: Cookies are available on the client-side, so they can be seen from the browser. On the other hand, session data is stored on the server , and never sent to the client (except you write some code to