I need to read, generate and keep updated an authentication cookie that is different from formsauthentication one.
I saw many options like using IHttpHandlers
, IHttpModules
, custom Authorization filters, etc.
How would you deal with it?
I need to read, generate and keep updated an authentication cookie that is different from formsauthentication one.
I saw many options like using IHttpHandlers
, IHttpModules
, custom Authorization filters, etc.
How would you deal with it?
If you need to mess with the authentication cookie, in your Global.asax, use the Application_AuthenticateRequest event