web.config fires application_start

B

barak

Hi.
I noticed that when I change the timeout of the session
in web.config, the event application_start in global.asax
is raise, although I make no compilation.
is it normal?
is there a way to change the session timeout without
firing the application_start event>
thanks
Barak
 
J

Jos

barak said:
Hi.
I noticed that when I change the timeout of the session
in web.config, the event application_start in global.asax
is raise, although I make no compilation.
is it normal?
is there a way to change the session timeout without
firing the application_start event>

Yes, from code:
Session.TimeOut=Whatever
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top