MySQL Forums
Forum List  »  Memory Storage Engine

Memory tables safer for session tables?
Posted by: Matt Bostock
Date: May 24, 2005 05:24PM

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 :)

Options: ReplyQuote


Subject
Views
Written By
Posted
Memory tables safer for session tables?
7227
May 24, 2005 05:24PM


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.