I'm running a website that basically allows the user to enter some information into a database for call logging purposes. I use sessions to store a name for each user which gets written to the database along w/ their entry. Some of the users have reported that after a period of inactivity their name doesn't get written to the database properly. I've been unable to reproduce the problem myself, but I see the entries that don't have a name w/ them. The site uses several frames; one to search, one for a new entry, etc etc etc. My php.ini file has the session timeout var set to 0 which, according to the documentation, should allow the session to remain active until the browser window is closed. Any suggestions on what might be causing this problem??
Thanks,
Jake
jakem@dmv.com