[snip]
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.
[/snip]

If you are storing session information on your system then you have to
determine what the limit is for the filesize. If you're storing session
information on the user's system the filesize limit is 4k...and it is
called a cookie.

HTH!

Jay

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to