What is the character limit of php Session variable?
I'm working on a project that dynamically creates and modifies a Session variable that I use in a MYSQL query for the duration of a users visit. This Session variable can get lengthy, so does anyone know what the character limit is?
Thanks
|