[CLOSED] Progress Bar server side Session Value access Problem

  1. #1

    [CLOSED] Progress Bar server side Session Value access Problem

    I have created the same example according to the following link

    https://examples1.ext.net/#/Miscellaneous/ProgressBar/Server_Side_Update/
    Surprisingly When i add the following line in web config

    <sessionState mode="StateServer" cookieless="false" stateNetworkTimeout="90" timeout="60"/>
    the session value returned is always zero

    By default session state is InProc,apperantly in your example it will work.But in our project we have to keep the session state as StateServer

    Can you help me out with this.How to execute your example of progress bar if session state is "StateServer"

    Thanks
    Last edited by Daniil; Oct 15, 2012 at 5:55 PM. Reason: [CLOSED]
  2. #2
    Hi @legaldiscovery,

    When I launch this example with your sessionState settings I am getting this Exception.

    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\Services\aspnet_state\Parameters\AllowRemoteConnection.  
    If the server is on the local machine, and if the before mentioned registry value does not exist or is set to 0, 
    then the state server connection string must use either 'localhost' or '127.0.0.1' as the server name.
    Are you getting the same?
  3. #3

    No Its error from asp.net

    You have to set settings related to State Server in your PC.
    i think you have to start StateServer service in your PC.
    then after you test that
  4. #4
    Ok, I will try to test it.

    Please clarify does Session work without Ext.NET? Just it looks to be not an Ext.NET issue.
  5. #5

    Yes Ext.net work without session

    Session work without Ext.net,
    my question is like that example working well if we set session mode InProc but it not work when session set to StateServer
    so i ask like you have any idea like it not work with TaskManager control?
  6. #6
    Should not you set stateConnectionString as described here?
    http://msdn.microsoft.com/en-us/libr...vs.100%29.aspx

Similar Threads

  1. Replies: 0
    Last Post: May 10, 2012, 12:38 PM
  2. Access textfield from server side
    By toinho in forum 1.x Help
    Replies: 3
    Last Post: Feb 14, 2010, 4:19 PM
  3. Replies: 4
    Last Post: Feb 04, 2010, 7:58 AM
  4. AjaxMethod access to Session
    By stone216 in forum 1.x Help
    Replies: 1
    Last Post: Nov 23, 2009, 4:50 AM
  5. [CLOSED] How to Access a Session Variable
    By iansriley in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Jan 14, 2009, 2:01 PM

Posting Permissions