Need to create in-memory store for authorization roles
From: Bill Borg (BillBorg_at_discussions.microsoft.com)
Date: 08/12/04
- Next message: tma: "Re: Setting up security on my web application"
- Previous message: William F. Robertson, Jr.: "Re: Server.Transfer only preserve the original url for 1 hop"
- Next in thread: Raterus: "Re: Need to create in-memory store for authorization roles"
- Reply: Raterus: "Re: Need to create in-memory store for authorization roles"
- Reply: bruce barker: "Re: Need to create in-memory store for authorization roles"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 12 Aug 2004 07:39:05 -0700
Hello,
I want to build user roles during AuthenticateRequest for use during
authorization. I know I can go get the roles from the database and add them
to the principal, but would like to cache the roles in memory rather than
always go to the database. I'd like to use the equivalent of the session, but
know that at the point where I need this the session state bag is not yet
reestablished.
Any thoughts on how best to create an in-memory store for user roles?
Thanks,
Bill Borg
- Next message: tma: "Re: Setting up security on my web application"
- Previous message: William F. Robertson, Jr.: "Re: Server.Transfer only preserve the original url for 1 hop"
- Next in thread: Raterus: "Re: Need to create in-memory store for authorization roles"
- Reply: Raterus: "Re: Need to create in-memory store for authorization roles"
- Reply: bruce barker: "Re: Need to create in-memory store for authorization roles"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|