What is PHPSESSID?

后端 未结 5 1181
遇见更好的自我
遇见更好的自我 2020-12-01 04:58

I\'m playing around with cookies. And I dont have any cookies called PHPSESSID.

Do i need it? Can i remove it?

Whats the \"function\" of it?

         


        
5条回答
  •  情深已故
    2020-12-01 05:46

    It's the identifier for your current session in PHP. If you delete it, you won't be able to access/make use of session variables. I'd suggest you keep it.

提交回复
热议问题