Ask a Question related to ASP.NET General, Design and Development.
-
DesignerX #1
Session_Start in Global.asax
Is the Session_Start() sub executed on every request or just when a new
users session is started?
Thx for the help,
stan
DesignerX Guest
-
Webservice and global.asax
Hi, I have a webapplication with webservices. For the webapplication I'm using the global.asax file. Not for the webservices. When a user... -
global.asax
Hi all! I've created a simple aspx application and when I run it locally on my pc all works fine. If I move it on the web server I get the... -
Global Error handling in Applicatio_Error() of Global.asax
Hi all, For a web application if we are using web farm, and if i want to do Global Error handling can i use Applicatio_Error() method in... -
What is Global.asax?
It's the class file definition code for the Session and Application events - if you have anything that should be done when a user first connects or... -
global.asax classname
i have the following in global.asax: <%@ Application Codebehind="Global.asax.cs" Inherits="Foo.Global" Classname="AppClass" %> but wherever i... -
Steve C. Orr, MCSD #2
Re: Session_Start in Global.asax
Only when a new session is started.
--
I hope this helps,
Steve C. Orr, MCSD
[url]http://Steve.Orr.net[/url]
"DesignerX" <designerx2@yahoo.com> wrote in message
news:0dmdneSY2rwUd4uiRTvUrg@giganews.com...> Is the Session_Start() sub executed on every request or just when a new
> users session is started?
>
> Thx for the help,
> stan
>
>
Steve C. Orr, MCSD Guest
-
karthik_cit@ymail.com #3
Session_Start in Global.asax
Occurs whenever a new user request is received and a session is
started.karthik_cit@ymail.com Guest



Reply With Quote

