Page 1 of 1

what is the max length I can save in a session?

Posted: Fri Nov 03, 2006 7:29 am
by amir
hi,

does the session have a limit if i want to save a huge memo as a string?
is there a better way other than using the session ?

Posted: Fri Nov 03, 2006 8:00 am
by bokehman
The variables set or imported into a script must not exceed the RAM allocation commanded in php.ini. Apart from that I don't see any limit.