> Does anyone know about the ideal session filesize > limit? I am using the common functionality in the > entire application. So i am thinking to store data > into the session file once user logs into the system > rather retrieving the information from database on > each user request. But i dont know what should be the > filesize limit. I am just trying to save database > calls on each request. If anyone has other suggestions > then please let me know.
2GB is the limit on most OS. Have fun. I hope you know what you're doing. :) ---John Holmes... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php