Page 1 of 1

loigin using cookies

Posted: Tue Oct 31, 2006 2:29 pm
by murlopaz
I have a login authentication system written on php that uses cookies.

I know some users might disable cookies so theoretically my system won't work for that particular user.


Is this a big problem say for a commercial website? How can I overcome this ?

Thanks!

Posted: Tue Oct 31, 2006 5:39 pm
by feyd
Stop relying on cookies?

Posted: Tue Oct 31, 2006 6:28 pm
by Ambush Commander
Most enterprise websites give you a polite error message telling you that cookies are disabled and you can't log in until you enable them. That's fine.

Posted: Wed Nov 01, 2006 12:37 am
by aaronhall
I've read several studies that say that cookies are enabled by the vast, vast majority of web browsers. Not much of an issue.