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

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
amir
Forum Contributor
Posts: 287
Joined: Sat Oct 07, 2006 4:28 pm

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

Post 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 ?
User avatar
bokehman
Forum Regular
Posts: 509
Joined: Wed May 11, 2005 2:33 am
Location: Alicante (Spain)

Post 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.
Post Reply