Click here to Skip to main content
15,908,909 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Schedulers Pin
N a v a n e e t h8-May-07 22:57
N a v a n e e t h8-May-07 22:57 
GeneralRe: Schedulers Pin
varshavmane8-May-07 23:16
varshavmane8-May-07 23:16 
Questionabout application end event Pin
rama charan8-May-07 20:42
rama charan8-May-07 20:42 
AnswerRe: about application end event Pin
Guffa8-May-07 21:33
Guffa8-May-07 21:33 
GeneralRe: about application end event Pin
rama charan8-May-07 23:00
rama charan8-May-07 23:00 
AnswerRe: about application end event Pin
Guffa8-May-07 23:30
Guffa8-May-07 23:30 
GeneralRe: about application end event Pin
rama charan9-May-07 1:18
rama charan9-May-07 1:18 
AnswerRe: about application end event Pin
Guffa9-May-07 3:06
Guffa9-May-07 3:06 
rama charan wrote:
ya if for all active session the event "session end" is called then thts somewhat a better case (if is really happenening !!! i checked that and it dint happen once ..may be i will check that again )


Note that you have to store something in the session object for the session object to be retained. The Session_End event only executes on session objects that are actually stored.

Remember also that the Session_End and Application_End events are executed using a different account than regular pages, and that there is no Response object available. (You probably know this already, but just to be sure.)

rama charan wrote:
and what about pages currently under execution how can i complete them if they are in the middle of execution.


I believe that the requests currently under execution will complete before the application is recycled.

rama charan wrote:
Is there any way that i can stop opening up new sessions and wait till current sessions which are active end ?


I think that's how it works. Otherwise it would have to start another instance of the application while the old instance is still running. At the moment I don't have any article stating the facts, though.

---
single minded; short sighted; long gone;

Generalabout application end event Pin
rama charan9-May-07 4:22
rama charan9-May-07 4:22 
GeneralRe: about application end event Pin
Blumen8-May-07 23:20
Blumen8-May-07 23:20 
QuestionDoes page execution stop on browser close event? Pin
rama charan8-May-07 20:36
rama charan8-May-07 20:36 
AnswerRe: Does page execution stop on browser close event? [modified] Pin
Sandeep Akhare8-May-07 20:49
Sandeep Akhare8-May-07 20:49 
GeneralDoes page execution stop on browser close event? Pin
rama charan8-May-07 21:01
rama charan8-May-07 21:01 
AnswerRe: Does page execution stop on browser close event? Pin
Guffa8-May-07 21:06
Guffa8-May-07 21:06 
GeneralRe: Does page execution stop on browser close event? Pin
Sandeep Akhare8-May-07 21:21
Sandeep Akhare8-May-07 21:21 
AnswerRe: Does page execution stop on browser close event? [modified] Pin
Guffa8-May-07 21:02
Guffa8-May-07 21:02 
GeneralRe: Does page execution stop on browser close event? Pin
rama charan8-May-07 21:10
rama charan8-May-07 21:10 
QuestionContent management Pin
VaibhavTiparadi8-May-07 20:09
VaibhavTiparadi8-May-07 20:09 
AnswerRe: Content management Pin
Sathesh Sakthivel8-May-07 20:17
Sathesh Sakthivel8-May-07 20:17 
QuestionTouch Screen System Pin
anrorathod8-May-07 19:30
anrorathod8-May-07 19:30 
QuestionBind DropdownList Pin
Mkanchha8-May-07 19:17
Mkanchha8-May-07 19:17 
AnswerRe: Bind DropdownList Pin
anrorathod8-May-07 19:35
anrorathod8-May-07 19:35 
GeneralRe: Bind DropdownList Pin
Mkanchha8-May-07 20:02
Mkanchha8-May-07 20:02 
AnswerRe: Bind DropdownList Pin
Sherin Iranimose8-May-07 19:54
Sherin Iranimose8-May-07 19:54 
AnswerRe: Bind DropdownList Pin
Sherin Iranimose8-May-07 20:01
Sherin Iranimose8-May-07 20:01 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.