Results 1 to 3 of 3

Thread: Session context

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Nov 1999
    Posts
    266

    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.

  2. #2
    Hyperactive Member
    Join Date
    Jan 1999
    Location
    Rotterdam, Netherlands
    Posts
    386
    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.
    Hope this helps

    Crazy D

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Nov 1999
    Posts
    266
    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
  •  



Click Here to Expand Forum to Full Width