RE: [PHP] Session filesize limit

2003-06-18 Thread Jay Blanchard
[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

Re: [PHP] Session filesize limit

2003-06-18 Thread CPT John W. Holmes
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

RE: [PHP] Session filesize limit

2003-06-18 Thread Hardik Doshi
Hi Jay, Thanks for your quick reply. I am storing the session file on the server. Once user logs into the system, i am storing username and his/her roles (status) in the session files and on each page request i am retrieving the information from the session files. Now i need to add some more