Click here to Skip to main content
15,884,388 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
When using ASP.NET over an SSL connection I can gather information from the Request.ClientCertificate. I want to use this information in future requests to identify a computer.
Is this infromation reliable? Does the certificate change frequently? Is this certificate typically generated by the user(their computer, OS, Browser)? Should I have asked any additional questions.
For anyone curious I would be using this as an automatic logon. Like we would do with a cookie. Is it better or safer to use the cookie? A colleague is concerned that the cookie could be copied from one computer to another(I don't know if that's even possible).
Posted

1 solution

Try the link http://weblogs.asp.net/pwilson/archive/2004/12/23/331455.aspx[^]

This may answer all your questions.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900