Step 1: Configure the Cache
To use Session State Store Provider in your application, follow the steps written below. You can either choose to create a Local Cache that resides only on your computer or a Clustered Cache involving multiple computers. For now, we'll create a clustered cache.
-
Launch NCache Manager from Start->Programs->NCache->NCache Manager.
-
Create a new project.
-
-
Cluster Name: myQSReplicatedCache
-
Cluster Type: Replicated
-
Operation Timeout: 60 sec's (default)
-
Statistics Replication Interval: 600 sec (default)
-
Member Nodes: At least one node
-
Cluster Port: Any available port
-
Maximum Size: 250MB (default)
-
Eviction: Priority Based (default)
-
Default Priority: Normal
-
Eviction Percentage: 5 (default) (In case of sessions, we recommend to turn off eviction)
-
Clean Interval (sec.): 15 (default)
-
-
Verify that cluster is running. For this, determine cache behavior by adding and removing objects from .
-
Clear the cluster to make it ready for your application.
Specifying InProc or OutProc Access Mode
Please note that this cluster has been configured to be used as OutProc. You can verify this by looking at the 'Isolation Level' property on the Main tab of the Cluster details window. If you want to change it to InProc, do the following:
See Also