I am using PHP4 on NT and I am wondering if someone could shed some light as to the best method for storing session data, files or db. I want to use PHP4 built-in session management. Another thing if I want to use db to store data, what do I need to set the session.save_handler to? And how does that work? Also for the files method, I noticed a new file is created in my tmp dir everytime a new session is started, do these ever get deleted automatically or do I need to do it? Thanks