trut2
Dec 1 2009, 11:56 PM
Hello,
i would like to incorporate a login system onto my site, but, MySQL - PHPMyAdmin doesn't load fast enough, and i've heard of cookies being unsecured.
Which one would be better for my login system?
Details on usage:
I already have a "File Upload" link on my site, i only need the system for that (So security of passwords is not too important)
Thank You,
Turt2
Jacob
Dec 2 2009, 09:41 AM
Best to use MySQL. Must more dynamic and secure in every way.
trut2
Dec 6 2009, 03:52 PM
Cool, thanks!
Banjo
Dec 8 2009, 08:14 AM
Also people can clear their cookies, and if you stored their login info in cookies then they could clear it and have to make a new account. Also not very secure.
uncled1023
Feb 11 2010, 01:08 AM
I personally use a mix of both mysql and cookies. Mysql to store all their data, and run the main site, and the cookies to just verify their session.
ITchimessmo
Sep 17 2010, 11:01 AM
Stored your username and password in session and stored that session in data base. This is secure and best way.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here.