Ask a Question related to ASP.NET Security, Design and Development.
-
Sen #1
loosing Session ID in asp.net in Web Farm
Hi, i have two domains. I am validating the user in [url]www.domain.com[/url] and for some page i am redirecting to subdomain.domain.com .I Set the machine key the same and i checked the IIS INSTANCE_META_PATH . When redirect to the subdomain my session is empty. I am using SQL Server state server for storing the session information. In the subdomain request.IsAuthenticated is true. But Session values are empty. Is it because ASP_NET.SessionID cookie is not passed between the servers
I am getting Authentication cookie correctly in Subdomain
Senthil
Sen Guest
-
Server farm and fields of classes in session cache
I'm building some ASP.NET components, and I'd like them to function in a server farm scenario. I have one class, "AppClass" that contains only... -
Session Timeout and Web Farm
Hi Folks, I am creating a web service that will be hosted on a web farm. The web service also uses sessions to store user specific data. I have... -
asp.net session state in web farm does not work with stateserver
I solved the problem: see http://support.microsoft.com/default.aspx?scid=kb;en-us;325056 the approot setting is case sensitive. If this setting... -
Web Farm
Scenario is load balancer and two machines(1&2) in production. Out of state session server on another machine (Session). Works perfectly. ... -
Clustered web farm
Hi, Is it possible to redirect user to same webserver in clustered web farm until his session ends?



Reply With Quote

