User1543591071 posted
I'm looking for recommendations on implementing a Mobile asp.net website in a server farm (three webservers). I need to maintain session state without using cookies. What are my options?
User1394770560 posted
How did this work out for you? I'm currently doing the exact same thing accept with just two servers. I've had to modify the machinekey in the machine.config on both servers so the key is not autogenerated and are exactly the same on both servers. But
for some reason I'm getting that "The page requires session state that is no longer available. Either the session has expired, the client..." error when I try to use session. I've also set sessionstate's cookieless attribute
to true.