NAME
XSP - Mono ASP.NET Session State ServerSYNOPSIS
asp-state4 [options]DESCRIPTION
asp-state4 is an out of process ASP.NET session state server. asp-state4 allows you to have session data saved out of process and/or on a separate computer. To use the asp- server just modify your web.config file to use the state server: <sessionState mode="StateServer"stateConnectionString="tcpip=server:port"
stateNetworkTimeout="number of seconds"/> And run asp-state4