Tagged Questions
2
votes
1answer
301 views
What threats does a stateless web application have? (as opposed to a “state-full” sessions)
I'm comparing the pros and cons between having an authenticated "stateless" ASP.NET MVC session versus a ASP.NET Forms application with viewstate.
Assuming that there is a webfarm of more than 1 web ...