1asp-state() asp-state()
2
3
4
6 XSP - Mono ASP.NET Session State Server
7
9 asp-state [options]
10
12 asp-state is an out of process ASP.NET session state server.
13
14 asp-state allows you to have session data saved out of process and/or
15 on a separate computer.
16
17 To use the asp- server just modify your web.config file to use the
18 state server:
19
20 <sessionState mode="StateServer"
21 stateConnectionString="tcpip=server:port"
22 stateNetworkTimeout="number of seconds"/>
23
24 And run asp-state
25
27 The asp-state server was written by Jackson Harper (jack‐
28 son@ximian.com).
29
31 mono(1),dbsessmgr(1),asp-state(1),mod_mono(8)
32
33 System.Web, System.Web.Hosting namespaces.
34
35 http://www.asp.net is Microsoft's official site for ASP.NET
36
38 The Mono project (http://www.go-mono.com) is a collaborative effort led
39 by Novell (http://www.novell.com) to implement an open source version
40 of the .NET Framework.
41
42
43
44
45 asp-state()