Thanks for your reply Anton.
I am not sure whether you understood my question.
I have a web application that i need to deploy onto a web farm, therefore i need out of process session management and i have chosen to use the ASP.NET session server service to manage my sessions across multiple web servers.
In this web application, i also make sure of the Cache object to minimise requests to external resources etc. Would the ASP.NET session server service enable the Cache data collection to be synchronised across all the web servers? Or will the cache collection data be specific to each individual web server's appdomain/asp.net worker process?
Would the ASP.NET State server service also synchronise the Application collection variable?
So in short i understand the ASP state service is an out of process modal that can synchronise Session data across multiple webservers, the answer i need to know is
Does the ASP.NET state service or the SQL Server state server
1/. synchronise Application variables
2/. synchronise Cache variables
If i have misunderstood your reply anton, i apologise.
Thanks
Jimmy