Merge pull request #981 from methane/websocket
[mono.git] / mcs / class / System.Web / Documentation / en / ns-System.Web.SessionState.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <Namespace Name="System.Web.SessionState" FullName="System.Web.SessionState" FullNameSP="System.Web.SessionState" Maintainer="Mono">
3   <Docs>
4     <summary>
5       <attribution license="cc4" from="Microsoft" modified="false" />
6       <para>The <see cref="N:System.Web.SessionState" /> namespace supplies classes and interfaces that enable storage of data specific to a single client within a Web application on the server. The session-state data is used to give the client the appearance of a persistent connection with the application. State information can be stored within local process memory or, for Web farm configurations, it can be stored out of process using either the ASP.NET State service or a Microsoft SQL Server database.</para>
7     </summary>
8     <remarks>
9       <attribution license="cc4" from="Microsoft" modified="false" />
10       <para>Session state can be used with clients that do not support cookies. ASP.NET can be configured to encode a session ID in the URL string that is transmitted between the client and the server.</para>
11     </remarks>
12   </Docs>
13 </Namespace>