B
Ben Fidge
I've split my application up into an ASP.NET project and several class
library dlls. From within these dll's I want to write information to a log
file, and each line needs to have the session id recorded.
Is it possible to get the session id of the calling page, from within a
method in a class in one of the dlls, without passing it as a parameter?
Thanks
Ben
library dlls. From within these dll's I want to write information to a log
file, and each line needs to have the session id recorded.
Is it possible to get the session id of the calling page, from within a
method in a class in one of the dlls, without passing it as a parameter?
Thanks
Ben