Forms Authentication & Application Events
From: CaskConditioned (caskconditioned@hotmail.com)
Date: 02/18/03
- Next message: Ramesh: "setup..."
- Previous message: Ahmed Ben Messaoud: "Re: Forms Authentication Exclusion?"
- Next in thread: Kim Bach Petersen: "Re: Forms Authentication & Application Events"
- Reply: Kim Bach Petersen: "Re: Forms Authentication & Application Events"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: caskconditioned@hotmail.com (CaskConditioned) Date: 17 Feb 2003 17:12:42 -0800
Hello:
Is there an event that fires in the global.asax when a user is
authenticated? And how do I determine if they already have the
authentication ticket?
Here's my problem: I have some session state that I need to initialize
upon login; using forms authentication and a dB. I also give them the
option of keeping the authentication cookie alive between sessions.
So, I would like to catch the authentication event, determine the
state of my session, and if need be re-query for the session data from
my dB.
Ex.
Normal Login - use username and password to retrieve CustID and other
data from dB; save to session
Existing Auth. Ticket - retrieve CustID from cookie, query dB for
other data and save to session
Thanks
- Next message: Ramesh: "setup..."
- Previous message: Ahmed Ben Messaoud: "Re: Forms Authentication Exclusion?"
- Next in thread: Kim Bach Petersen: "Re: Forms Authentication & Application Events"
- Reply: Kim Bach Petersen: "Re: Forms Authentication & Application Events"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|