Create a data grid to save session
state from your ASP.NET applications.
Procedure
Create a data grid for your ASP.NET
session state store provider. In the user interface, click . Click the add icon (

) and specify a name for the session data grid
that you want to create. By default, the ASP.NET session state store
provider is configured to work with a data grid named
session. If you create a data grid with a name other than
session, you must configure the ASP.NET session state store provider with
the name of the data grid that you created.
What to do next
Update the configuration of your web application to use the
data grid. For more information, see
Configuring your .NET application to use the ASP.NET session state store provider.