Re: [PHP] session emergency

2003-02-21 Thread David Otton
On Fri, 21 Feb 2003 08:05:47 -0800 (PST), you wrote: >Where can I set the session data size? AFAIK, the only limit to the amount of data stored in a session is the filesize limit of the underlying OS. What's the problem exactly? -- PHP General Mailing List (http://www.php.net/) To unsubscribe,

Re: [PHP] session emergency

2003-02-21 Thread Jason k Larson
Sessions have a list of options that can be set, but I don't see anything remotely similar to a 'data size'. What error are you getting, or please explain further in more detail. Regards, Jason k Larson Joseph Bannon wrote: Where can I set the session data size? Joe. __