We can store a session state in a State Server by configuring this way
<sessionState mode="StateServer" stateConnectionString="tcpip=127.0.0.1:8086" cookieless="false" timeout="20" />
A machine running the aspnet_state.exe service is called a state server. So Just we need to put the IP address of the stateserver to configure that.