Save username in session variable when users logins using Http Module?

ContextOnBeginRequest is your BeginRequest event handler. If this event fires the SessionState is not createt yet s. HttpApplication Class -> Remarks.

ContextOnBeginRequest is your BeginRequest event handler. If this event fires the SessionState is not createt yet. S.

HttpApplication Class -> Remarks.

If you want to take this approach you should check httpcontext.current. Session, but of course first make sure it's not null. In addition, you'll want to check to see that the Request IsAuthenticated as well to ensure there is a user because you can have a session that isn't authenticated.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions