What is the length of a PHP session id string?

前端 未结 5 1163
天命终不由人
天命终不由人 2020-12-15 03:03

I\'m making a table in a MySQL database to save some session data, including session_id. What should be the length of the VARCHAR to store the

5条回答
  •  生来不讨喜
    2020-12-15 03:20

    I don't know where my application will be used for then I set it up as: VARCHAR(127) and hope it will be great for unKnown MySQL users.

提交回复
热议问题