The session-state tag has no wiki summary.
0
votes
0answers
9 views
Is HTTP session state preserved during application upgrade using Oracle's Weblogic hot deploy feature?
When performing hot deploy of a new version of a Java web app in Weblogic, does the application server preserve and transfer the HTTP session state from the old version to the newly deployed one?
In ...
0
votes
0answers
62 views
State Session IIS 7.5 Round Robin DNS
I have 2 IIS 7.5 web servers that are set up in round robin DNS to mylab.com (servers are Web1 and Web2).
They are both running multiple .Net 4.0 sites and everything works okay except for after ...
0
votes
1answer
85 views
TCP/UDP Connection States documentation
Does anyone know where to find documentation for TCP/UDP connection states? Preferably non-Microsoft with unix backing.
Basically, I'm looking for more information about TCP established, TCP ...
2
votes
1answer
112 views
IIS 7 and ASP.NET State Service Configuration
We have 2 web servers load balanced and we wanted to get away from sticky sessions for obvious reasons. Our attempted approach is to use the ASP.NET State service on one of the boxes to store the ...
1
vote
1answer
188 views
freeze and thaw tmux and/or terminal sessions?
I would like to be able to freeze and thaw tmux sessions. That is, to take a complex set of session state, persist it, and bring it back from some persistent store later. Essentially, git stash for ...
0
votes
1answer
179 views
IIS Session Sharing between Two IIS Instances
For testing purposes, I have 2 sites on the same IIS server that I want the session state to be shared between. The sites are identical (they point to the same folder) and originally they used the ...
1
vote
2answers
981 views
ASP.NET MVC, IIS 7.5 - Losing Sessions Across Servers (Load Balanced)
We have a site running on 3 web nodes. We are using SQL Server session storage.
We recently added two more only to find that users' sessions are lost when they are sent to one of those machines.
We ...
1
vote
2answers
3k views
Session timeout is very short on IIS 7.5
I have a website on windows server 2008 and iis 7 on a VPS. It works fine and has no problems, but after moving it to a shared hosting server with IIS 7.5, the session is lost after 4 or 5 clicks ...
1
vote
1answer
130 views
Requirements to load balance .NET 3.5 web servers
We're planning to load balance 10 .NET 3.5 web servers. We're using SQL 2008 session state server for session management.
What do we need to load balance the .NET web servers?
Things we've ...
5
votes
1answer
790 views
Having problems with maintaining sessions across multiple Amazon EC2 instances
One of my sites is hosted via Amazon EC2 service. The problem starts happening when the site faces a heavy load which in turn spawns a new EC2 instance via AutoScaling. This is good but the issue is ...
2
votes
1answer
1k views
ASP.Net State Service missing from Services
The ASP.net State Service appears to have mysteriously disappeared from our web server's Services list after changing the .Net version in an IIS app pool to v4 and then changing it back to v3.5 again. ...
1
vote
0answers
259 views
Error when configuring session state server
We are trying to setup session state server. When we do, we get the following error:
Message: System.Net.Sockets.SocketException (0x80004005): A connection attempt failed because the connected ...