View php session variables

后端 未结 7 1718
迷失自我
迷失自我 2020-12-28 13:29

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 ei

7条回答
  •  死守一世寂寞
    2020-12-28 14:00

    To acces something fro ma session you could use var_dump, I dont the browser due security restrictions. http://php.net/manual/en/function.var-dump.php

提交回复
热议问题