Re: Authorization question, w/ "Windows" authentication mode
- From: matt@xxxxxxxxxxxxxx
- Date: 29 Jun 2006 08:37:42 -0700
Joe Kaplan (MVP - ADSI) wrote:
To avoid a database hit, you can use the cache or use
session state or perhaps a cookie
actually, i think the options may be limited to the Cache or a cookie.
it appears the Session object doesnt yet exist "Session_Start()" is
executed *after* "Application_AuthenticateRequest()".
i had thought perhap i could just check for Session being null, if so
grab from db, and that after page hit-one Session should then exist.
but...it doesnt. dah!
so it looks like Cache or cookie are the only options. if i did Cache i
supposed id use a unique key based off the userID, w/ a short
time-to-live.
matt
.
- Follow-Ups:
- Re: Authorization question, w/ "Windows" authentication mode
- From: Dominick Baier [DevelopMentor]
- Re: Authorization question, w/ "Windows" authentication mode
- References:
- Authorization question, w/ "Windows" authentication mode
- From: matt
- Re: Authorization question, w/ "Windows" authentication mode
- From: Joe Kaplan \(MVP - ADSI\)
- Authorization question, w/ "Windows" authentication mode
- Prev by Date: Re: Authorization question, w/ "Windows" authentication mode
- Next by Date: Re: Authorization question, w/ "Windows" authentication mode
- Previous by thread: Re: Authorization question, w/ "Windows" authentication mode
- Next by thread: Re: Authorization question, w/ "Windows" authentication mode
- Index(es):
Relevant Pages
|
|