Skip to content

Cookie SignOut and RNG.Dispose Fix #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

msgavin
Copy link

@msgavin msgavin commented Jan 11, 2013

I have fixed RNG.Dispose in SymmetricEncryption.cs causing a compile error in vs2008, and fixed CookieAuthenticator.SignOut not expiring the cookie as it wasn't setting the Domain.

Set the cookie domain on SignOut to fix the browser expiring the auth cookie.
Removed the rng.Dispose call, as the RNG is not disposable in .net2 and this causes a compile error.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant