Implementing “Remember me” Functionality in ASP.NET
问题 What is the best way to implement ' remember me ' functionality on an ASP.NET web site? Should I use custom cookies or is there a simpler method? 回答1: Are you using the built in Authenication services provided by ASP.NET? If so, its pretty easy. 回答2: For me the solution was differentiating between a browser-session cookie (not to be confused with the asp.net session cookie) and a persistent one - setting a low expiration will create a persistent cookie meaning it gets remembered when the