CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Nov 2000
    Posts
    2

    Help on session variables?

    Is it possible to use session variables when we use multiple IIS servers ?

    Note: There is a copy of my application in each server.

    Please help.






  2. #2
    Join Date
    Jan 2000
    Location
    MO, USA
    Posts
    1,506

    Re: Help on session variables?

    Not yet. I mean, yuo can use them, but they will NOT be available from the other web servers. There are some third party tools available that make this happen. In the .NET architecture, this will be available. check out www.win2000mag.com and search their site. i think i remember seeing an ad for such a control there a while back.

    good luck,

    john

    John Pirkey
    MCSD
    http://www.ShallowWaterSystems.com
    http://www.stlvbug.org
    John Pirkey
    MCSD (VB6)
    http://www.stlvbug.org

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

Featured