View php session variables

后端 未结 7 1713
迷失自我
迷失自我 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:08

    PHP session variables are stored on the server and are inaccessible to the client.

提交回复
热议问题