O
Oriane
Hi there,
In my global.asx.cs file, I want to count the number of sessions, and
therefore I increment en integer/counter inside the
void protected Session_Start (object sender, EventArgs args) method.
I'm sure I didn't misspelled the name of the method.
But the thing is that this method is never called. My sessionState is
"InProc". Do I miss something ?
Oriane
In my global.asx.cs file, I want to count the number of sessions, and
therefore I increment en integer/counter inside the
void protected Session_Start (object sender, EventArgs args) method.
I'm sure I didn't misspelled the name of the method.
But the thing is that this method is never called. My sessionState is
"InProc". Do I miss something ?
Oriane