views:

25

answers:

1

hi ,

we have a classic asp web application which has divided into three parts and spread into three different web servers but we want to manage our sessions at the very first place of entering users into the site.

as much as I know there is no official program or method for doing so in classic asp so I was wondering if somebody could help me out with this issue. -how can we manage sessions between different web servers and classic asp ? -or is there any session server that gonna be integrated with classic asp? -or can we cluster our IISes into one and take advantage of doing that according to manage inter-sessions?

regards.

A: 

To my knowledge, there's no way to share session variables across separate websites. I think your best bet would be to use a combination of session vars and cookies, similar to Microsoft's suggestion for sharing session states between Classic ASP and ASP.NET sites: http://msdn.microsoft.com/en-us/library/aa479313.aspx.

Raven13
what is your answer about google inter-sessions websites?and for your information there are solution for creating inte-session mechanism in website either in asp.net and php but I don't have any idea for asp classic
austin powers