The default session state connection string for all StudioCoast web servers is as follows:
tcpip=localhost:42424
When used in the stateServer configuration it may look like this:
<sessionState mode="StateServer"
stateConnectionString="tcpip=localhost:42424"
cookieless="false"
timeout="20"/>