[PHP] Size of session?

2004-01-27 Thread motorpsychkill
I'm not sure if this has been covered (I searched the archives) but does anyone know if there is a size limit on what a session can store? What is this dependant on? Thanks! -m -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Size of session?

2004-01-27 Thread Marek Kilimajer
php memory limit if php has been compiled with --enable-memory-limit and the limit is enabled, else it is limited by the platform php runs on motorpsychkill wrote: I'm not sure if this has been covered (I searched the archives) but does anyone know if there is a size limit on what a session can

Re: [PHP] Size of session?

2004-01-27 Thread John W. Holmes
From: motorpsychkill [EMAIL PROTECTED] I'm not sure if this has been covered (I searched the archives) but does anyone know if there is a size limit on what a session can store? What is this dependant on? I think you already got your answer. I'd just like to say that if you have to ask this