472,111 Members | 2,047 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,111 software developers and data experts.

Unable to make the session state request to the session state server

During high usage periods I am getting

Stack trace below:
System.Web.HttpException: Unable to make the session state request to
the session state server. Please ensure that the ASP.NET State service
is started and that the client and server ports are the same. If the
server is on a remote machine, please ensure that it accepts remote
requests by checking the value of
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\aspnet_state\Parameters\AllowRemoteConnection.
at System.Web.SessionState.OutOfProcStateClientManage r.MakeRequest(StateProtocolVerb
verb, String id, StateProtocolExclusive exclusiveAccess, Int32
timeout, Int32 lockCookie, Byte[] buf, Int32 cb, Int32 networkTimeout,
SessionNDMakeRequestResults& results)
at System.Web.SessionState.OutOfProcStateClientManage r.DoGet(String
id, StateProtocolExclusive exclusiveAccess)
at System.Web.SessionState.OutOfProcStateClientManage r.GetExclusive(String
id)
at System.Web.SessionState.OutOfProcStateClientManage r.System.Web.SessionState.IStateClientManager.Begi nGetExclusive(String
id, AsyncCallback cb, Object state)
at System.Web.SessionState.SessionStateModule.GetSess ionStateItem()
at System.Web.SessionState.SessionStateModule.BeginAc quireState(Object
source, EventArgs e, AsyncCallback cb, Object extraData)
at System.Web.AsyncEventExecutionStep.System.Web.Http Application+IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionS tep step,
Boolean& completedSynchronously

my configuration is three web servers in a webfarm all saving state to
a forth system.

The system seems to work fine when I have under 2800 users on.
I have increased the network time out to 30 seconds on the webservers
and the box running the statesever process per
(http://support.microsoft.com/default...b;EN-US;308097) , but
still see the problem.
Nov 18 '05 #1
0 3321

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

4 posts views Thread by John Q. Smith | last post: by
1 post views Thread by Bill L | last post: by
reply views Thread by Not Liking Dot Net Today | last post: by
8 posts views Thread by ari | last post: by
4 posts views Thread by Abi | last post: by
reply views Thread by =?Utf-8?B?QmFsYWpp?= | last post: by
reply views Thread by leo001 | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.