Logging users in automatically via an URL
问题 I am providing registered members of a website a weekly mailing which contains URLs to private pages on the website. For usability purposes, I don't want the user to have to provide their credentials after they click on the URL. I am using the ASP.NET Membership provider model. Question How can I implement this so that the user can be logged in by virtue of clicking a specialized URL link? 回答1: You could send them a URL with a very long, randomly generated number (e.g. a GUID), which is also