Hi,
is there a way to pass a session variable between 2 servers?

Re: Session Variables between 2 servers by Mark

Mark
Mon Sep 12 17:12:10 CDT 2005

"Rafael Chemtob" <rchemtobb@nospam.yahoo.com> wrote in message
news:OBpNmx9tFHA.1256@TK2MSFTNGP09.phx.gbl...
> Hi,
> is there a way to pass a session variable between 2 servers?

You have a few choices:

redirect to the second server and append the session variable and value onto
the query string (not really sharing, but passing them around)
move to using the stateserver with iis to store session state [1]
move to using SQL server for storing session state [1]

thanks,
mark

[1] these are ASP.NET solutions. for a comparison of ASP to ASP.NET session
state, see http://tinyurl.com/5nele