Posted by Michael on 04/06/05 06:43
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
[Back to original message]
|