Session End firing in Application Start Up

91 Views Asked by At

In my ASP.NET Application, the Session_End method is firing when Application starts up. My break points in that method hits when app starts for the first time. Isn't it supposed to execute only after Session was timed out? why is this weird behavior.

Am i missing something.

Thanks,

0

There are 0 best solutions below