|
-
May 20th, 2001, 05:26 AM
#1
Thread Starter
Hyperactive Member
Session context
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.
-
May 21st, 2001, 07:04 AM
#2
Hyperactive Member
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.
-
May 21st, 2001, 08:53 AM
#3
Thread Starter
Hyperactive Member
Well then can I get the Session object in DLLB. I am able to access it in DLL A.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|