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
session_id
VARCHAR
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.