
Use this procedure to specify the persistent storage, in which the Session Failover Service will store the serialized session data. You can choose between storing in the file system and storing in the database. The default failover persistent storage is the database.
You can also modify the default name of the directory in which the serialized session data will be stored if you choose file system persistent storage.
If you want to change the default name of the directory where the serialized session data will be stored, select the RootDirectoryName property and modify its value.
If you change these properties at application runtime, you risk losing data that has already been serialized. It is recommended that you do not change these properties at runtime.