Dear Friends,
I have urgent requirement. Please anyone help me.
How to run the Appfabric Caching in multiple web application.
I have configured the App Fabric in my machine using the following link reference.
http://www.hanselman.com/blog/InstallingConfiguringAndUsingWindowsServerAppFabricAndTheVelocityMemoryCacheIn10Minutes.aspx
http://www.c-sharpcorner.com/uploadfile/vendettamit/using-window-server-appfabric-for-caching-your-Asp-Net-session/
My Question is
1. How to store the users session into the caching using Shared Id. and where the data to be maintained.
<
sessionState
mode
=
"Custom"
customProvider
=
"AppFabricCacheSessionStoreProvider"
>
<
providers
>
<!-- specify the named cache for session data -->
<
add
name
=
"AppFabricCacheSessionStoreProvider"
type
=
"Microsoft.ApplicationServer.Caching.DataCacheSessionStoreProvider"
cacheName
=
"poopylands"
sharedId
=
"MySharedApp"
/>
</
providers
>
</
sessionState
>
2. How to get the Shared caching data in the between two or multiple application?