I am currently developing a few security functions for my website and have finally decided to use the session functions that I have been avoiding for years since I did not want to change from what I am used to developing. So now that I have refreshed my brain on how to use sessions I have to make a decision, Where should I store my session data, in the session file or on my mysql database, Speed is my main drive here and I believe the file might be just a few microseconds faster, but what do you suggest I use?

Thanks

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



Reply via email to