K
kurt sune
Does anyone know how to retrieve the current sessionId in
Global.asax.ApplicationError?
/k
Global.asax.ApplicationError?
/k
Does anyone know how to retrieve the current sessionId in
Global.asax.ApplicationError?
/k
Does anyone know how to retrieve the current sessionId in
Global.asax.ApplicationError?
I am trying to use the SessionID as a key as proposed in:
http://groups.google.se/group/micro...n_Error+sessionID&hl=en&#doc_c99c79bb10436bec
Yep, it causes {"Session state is not available in this context."}
What do you think? A viable solution?
No.
The article you mentioned says that the sessionid is unique between
restarts.
Mark Rae said:
Er, no it doesn't. Try reading it again - specifically, the bit which says:
"if the Web server is restarted, some SessionID values may be the same as
those generated before the server was stopped."
Yes, and when restarted all session and application data gets viped out
and the user has to connect again.