c# - Save user's login method in cookie? -
i have .net mvc3 website multiple authentication options:
- websites own
when user browses site asked his/her choice of authentication , once have either registered or logged in through third party authenticated on site.
my questions are:
- is possible save user's authentication choice in cookie, when revisit site logged in using previous authentication choice (google , facebook automatically if logged in)?
- if possible whats best practice creating secure cookie in mvc3?
cheers
Comments
Post a Comment