What is PHPSESSID?

后端 未结 5 1183
遇见更好的自我
遇见更好的自我 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:26

    Check php.ini for auto session id.

    If you enable it, you will have PHPSESSID in your cookies.

提交回复
热议问题