I am using my DB to store session data. Is there a reason why I should use a separate database for the session data? The table with session data is at the moment put in the same DB as my application data but since I am not live yet it is easy to change.
Thanx
What kind of traffic do you expect? for the most part I think you will be okay using the same database to store your sessions data.
Not much traffic at all 😃
So I guess using a separate DB for session data is for sites with heavy traffic.
Thnx for a quick reply (again 🙂 )