Memory tables safer for session tables?
Hi,
I'm developing a PHP/MySQL customer support area, which requires users to login on a website.
Once they're logged in, I'm tracking the users' session info (ID, IP, user agent etc) in a MySQL table. Would a memory/heap table be more secure for this task compared to an InnoDB or MyISAM table? I'm guessing there's probably not a lot of difference.
Many thanks,
Matt :)
Subject
Views
Written By
Posted
Memory tables safer for session tables?
7331
May 24, 2005 05:24PM
4382
May 25, 2005 01:37AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.