I have!
In the global.asax file you do this :
void Session_Start(object sender, EventArgs e)
{
// Code that runs when a new session is started
string sessionId = Session.SessionID;
}
So easy. It works!
I have!
In the global.asax file you do this :
void Session_Start(object sender, EventArgs e)
{
// Code that runs when a new session is started
string sessionId = Session.SessionID;
}
So easy. It works!