Last active
May 24, 2019 15:08
-
-
Save madagaga/3b0ae2987bba3369e0e48eb0e2f9e248 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// get cookie without FormsAuthentication | |
protected void FormsAuthentication_OnAuthenticate(Object sender, FormsAuthenticationEventArgs args) | |
{ | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment