Re: Need to know when user log's in again.
- From: cbDevelopment <dev2005@xxxxxxxxxxxxxxxx>
- Date: Sun, 11 Dec 2005 20:31:15 -0800
Why not do it in the Login page before you redirect after a successful
login?
Neither Session start nor that global.asax event are appropriate for this
kind of action.
--
----
700cb Development, Inc.
http://www.700cb.net
..NET utilities, developer tools,
and enterprise solutions
"Edwin Knoppert" <news@xxxxxxxxxxxxxx> wrote in
news:43956c4b$0$2332$ba620dc5@xxxxxxxxxxxxxxxxxxx:
> I have a forms based authentication.
> On each Application_AuthenticateRequest() i set the ticket again.
> I want to store the last login date/time
> On Session_Start() the user isn't authenticated yet.
> On Application_AuthorizeRequest() i can not set a session var to
> prevent multiple writes.
> The App.. events are called on each request.
>
> What is the best approach?
> I'm looking for a one-time executed event when the user get's
> authenticated. I do not really care for session start, even that one
> is called multiple times.
> (Prob. due a redirect() i have here)
>
>
> Thanks!
>
>
>
.
- Follow-Ups:
- Re: Need to know when user log's in again.
- From: Edwin Knoppert
- Re: Need to know when user log's in again.
- References:
- Need to know when user log's in again.
- From: Edwin Knoppert
- Need to know when user log's in again.
- Prev by Date: Re: Server Error in '/PCSchoolSpider' Application.
- Next by Date: Re: Access denied
- Previous by thread: Need to know when user log's in again.
- Next by thread: Re: Need to know when user log's in again.
- Index(es):
Relevant Pages
|
Loading