logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

XSP - Mono ASP.NET Session State Server

Authors

       The asp-state4 server was written by Jackson Harper (jackson@ximian.com).

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

More Information

       The Mono project (http://www.go-mono.com) is a collaborative effort led by Novell (http://www.novell.com)
       to implement an open source version of the .NET Framework.

                                                                                                    asp-state4()

Name

       XSP - Mono ASP.NET Session State Server

See Also

mono(1),dbsessmgr(1),asp-state4(1),mod_mono(8)

       System.Web, System.Web.Hosting namespaces.

       http://www.asp.net is Microsoft's official site for ASP.NET

Synopsis

asp-state4 [options]

See Also