Hi, im currently creating a website that requires a user to log in by entering their id number, middle name and birthday before they can use the site, i have been able to do that by using a cookie (FormsAuthentic ation.SetAuthCo okie), the problem is that some people are not able to log into my site, it seems that the browser blocks the cookie that i am sending, i have already asked them to lower the settings on their privacy tab to accept all cookies, and still, they are not able to log in...
Is there a way to solve this, or any other solution to securely authenticate a user, btw im using visual studio.net 2005, and IIS
Tnx...
Is there a way to solve this, or any other solution to securely authenticate a user, btw im using visual studio.net 2005, and IIS
Tnx...
Comment