Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- protected void SignIn(IIdentity auth)
- {
- if (this.Request.Session.ContainsParameter("auth"))
- {
- this.Request.Session.ClearParameters();
- }
- this.Request.Session.AddParameter("auth", auth);
- }
Advertisement
Add Comment
Please, Sign In to add comment