F
Fred Nelson
Hi:
I'm writng a VB.NET web application and I would like to be able to obtain
session information within my class library rather than obtain the session
ID and pass it as a parameter to functions within the class lib.
Presently I must do something like:
dim mysess as string = session.sessionid
dim myfunctionlib as (something)
myfunct1.procadd(mysess)
since I can't get the session ID in the class library.
Is there a way to do this - any help would be GREATLY appreciated!
Thanks,
Fred
I'm writng a VB.NET web application and I would like to be able to obtain
session information within my class library rather than obtain the session
ID and pass it as a parameter to functions within the class lib.
Presently I must do something like:
dim mysess as string = session.sessionid
dim myfunctionlib as (something)
myfunct1.procadd(mysess)
since I can't get the session ID in the class library.
Is there a way to do this - any help would be GREATLY appreciated!
Thanks,
Fred