PDA

Click to See Complete Forum and Search --> : Session context


msdnexpert
May 20th, 2001, 05:26 AM
Dear all,
I have two dll's A and b. the ASP page calls DLL A which in turn calls DLL B. In this scenario is it possiblt for me to get the Session object in DLL B.
thanks in advance.

Crazy D
May 21st, 2001, 07:04 AM
Nope, not from both the dll's. If you call an activex object from your asp code, you can't access anything (session, application, etc) from asp.

msdnexpert
May 21st, 2001, 08:53 AM
Well then can I get the Session object in DLLB. I am able to access it in DLL A.