Ask a Question related to ASP, Design and Development.
-
Rob Meade #1
Passing/Storing Sessions on Clustered Server?
Hi all,
At work we have 2 servers in a cluster for our web apps.
One problem we have experienced (along with many others!) - is that if a
user is logged into one of the applications on server a for example and it
goes offline or fails their session is lost also - even though the
application becomes available on server b.
I have heard that it is possible to either exchange the sessions between
clustered servers or store them in a SQL Server database (probably
preferred) so that we could then restore them if such a failure should
occur.
Can anyone shed any light on this for me? Or give me some URL's to check out
and read.
Sorry this isn't a 100% pure IIS question - its obviously partly ASP also.
Thanks in advance for any help you can offer.
Regards
Robb
PS: Windows 2000 servers, SP3, Application Center 2000 SP1 (sp2 about to be
applied), SQL Server 2000 SP2 (sp3 about to be applied).
Rob Meade Guest
-
Flash Media Server on Clustered Servers
Hello to all, i am new to the Flash world and am trying to figure out if Flash Media Server Pro can be installed in a clustered server environment... -
Passing SESSIONS with trans_sid switched off
I want to use sessions to cover myself in case the user switches off cookies so I am passing the session ID manually through a hidden input field.... -
redirect user to same server in clustered web farm
Hi, Is it possible to redirect user to same webserver until his session ends? Thanks in advance -
direct the user to same server in clustered web farm
How can I direct user to same server until his session ends in the clustered web farm? Thanks in advance -
Sessions not passing properly
I use sessions as part of my login script. One of the values passed is userid. The userid seems to pass fine into the main part of the page, but... -
Mark Schupp #2
Re: Passing/Storing Sessions on Clustered Server?
You will need to "roll your own" sessions by putting the session data into a
database and using a cookie, hidden form field, or URL parameter to identify
the session. There are a number of articles out there on this. Also see
[url]www.aspfaq.com[/url]. There are also a number of 3rd-party "session" objects that
support this behavior as well.
As I understand it, .NET has most of this built-in.
--
Mark Schupp
Head of Development
Integrity eLearning
[url]www.ielearning.com[/url]
"Rob Meade" <robb.meade@NO-SPAM.kingswoodweb.net> wrote in message
news:J7Alb.2607$BW1.23308545@news-text.cableinet.net...out> Hi all,
>
> At work we have 2 servers in a cluster for our web apps.
>
> One problem we have experienced (along with many others!) - is that if a
> user is logged into one of the applications on server a for example and it
> goes offline or fails their session is lost also - even though the
> application becomes available on server b.
>
> I have heard that it is possible to either exchange the sessions between
> clustered servers or store them in a SQL Server database (probably
> preferred) so that we could then restore them if such a failure should
> occur.
>
> Can anyone shed any light on this for me? Or give me some URL's to checkbe> and read.
>
> Sorry this isn't a 100% pure IIS question - its obviously partly ASP also.
>
> Thanks in advance for any help you can offer.
>
> Regards
>
> Robb
>
> PS: Windows 2000 servers, SP3, Application Center 2000 SP1 (sp2 about to> applied), SQL Server 2000 SP2 (sp3 about to be applied).
>
>
Mark Schupp Guest



Reply With Quote

