What is the maximum size that can be stored in a PHP session?
You can store as much data as you like within in sessions. All sessions are stored on the server. The only limits you can reach is the maximum memory a script can consume at one time, which by default is 128MB.
(Similar answers: Ideal PHP Session Size? - some useful comments)
2.1m questions
2.1m answers
60 comments
57.0k users