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.
Printable View
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.
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.
Well then can I get the Session object in DLLB. I am able to access it in DLL A.