View php session variables

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

    I had this simple script that shows the $_SESSION variables.

       
    
    
        
            
            Session Variable Management
            
        
        
            

    Session Variable Management

    The session was saved successfully.

    The session variable did not parse correctly.

    Install it on a test server, name it "sess.php" or something like that, and it shows the current session. DO NOT LEAVE IT ON A PRODUCTION SERVER !!!

提交回复
热议问题