2
votes
1answer
78 views

Why do I have multiple cache items in my AppFabric cache with the same key?

I have my website code on two servers and I want a shared cache between them, so I am using Microsoft AppFabric. I only ever want there to be one item in the cache -- not one item per site visitor, ...
0
votes
0answers
82 views

AppFabric SessionStoreProvider ERRCA0012

I have searched more and more, but can't found any solution. I have a page, must execute long time , maybe 5 minutes. When finished, it will be update session and throw some exception, then ERRCA0012 ...
0
votes
1answer
120 views

Session sharing with StateStitch and AppFabric

We have an application with ASP and ASP.NET. We use StateStitch for the session sharing and stateserver setup for persisting (caching) sessions. Now we want to implement High Availability and ...
0
votes
1answer
144 views

AppFabric caching session state : count session

I think about using AppFabric as a solution for session state. But How do I know the current number of session on AppFabric cache ?
0
votes
0answers
321 views

When using Azure AppFabric Cache as a Session State Provider what causes a transaction

I have AppFabric Cache configured as the Session State Provider for an ASP.NET MVC application. Not all pages access session state (in fact only a few ajax requests do, the main pages commonly ...
1
vote
2answers
1k views

Windows Server AppFabric Caching Session Storage

Can Windows Server AppFabric Caching share one session between 2 or more different Web Applications? How can i do this?
0
votes
1answer
423 views

Why do I get ErrorCode <ERRCA0022> when I take down one velocity cache host?

I'm getting the following exception in my web app when I take down one node of a three node cluster which is hosting my users’ sessions. The session cache also has secondaries on with no eviction. ...
0
votes
1answer
163 views

Why does Velocity lose session after only a few minutes?

I've set up sesion management with Velocity distributed cache. I have 3 servers hosting the cache and created the named cache with new-cache Sessions -Secondaries 1 TTL 1440 and the following is ...