Uploadify (Session and authentication) with ASP.NET MVC
- by Dragouf
When I use Authorize filter on an action or a controller used by uplodify (http://www.uploadify.com/) the action isn't reach...
moreover Session are not retrieved.
I found this to retrieved user session :
http://geekswithblogs.net/apopovsky/archive/2009/05/06/working-around-flash-cookie-bug-in-asp.net-mvc.aspx
But how to use it with [Authorize] filter and retrieved session ?