[PHP] how much data can a session store?

2001-04-09 Thread Tobias Talltorp
Just a quick question... How much data can a session store? The reason I´m asking is that I have developed a news system and want a "preview"-thingy and for this I want to store the data in a session. The main-content can be very large. Thanks, // Tobias -- PHP General Mailing List

Re: [PHP] how much data can a session store?

2001-04-09 Thread Yasuo Ohgaki
It depends how you are going to store session data what you have. Assuming you have large enough H/W. If you are using 'file', you probably could store up to file size max on your OS. If you are using 'mm', relatively small amount of data will be able to stored. It's depends on how much shared