Re: [DOTNET] why no Session in Application_BeginRequest

2002-04-18 Thread Pete B
ion you want (from any data >source); > >Dumitru > > > -Original Message- > > From: dotnet discussion [mailto:[EMAIL PROTECTED]]On Behalf Of > > Pete B > > Sent: Tuesday, April 16, 2002 10:41 PM > > To: [EMAIL PROTECTED] > > Subject: [DOTNET] why no

Re: [DOTNET] why no Session in Application_BeginRequest

2002-04-17 Thread Dumitru Sbenghe
0:41 PM > To: [EMAIL PROTECTED] > Subject: [DOTNET] why no Session in Application_BeginRequest > > > I want to validate that a user's session has not timed out OR that a user > has logged in succesfully ( by checking Session info ) before the user's > request is processed,

[DOTNET] why no Session in Application_BeginRequest

2002-04-16 Thread Pete B
I want to validate that a user's session has not timed out OR that a user has logged in succesfully ( by checking Session info ) before the user's request is processed, and redirect the user to the login page if necessary. At the same time, if the user is logged in, I want to put some of the user'