Uploadify (Session and authentication) with ASP.NET MVC

Posted by Dragouf on Stack Overflow See other posts from Stack Overflow or by Dragouf
Published on 2009-11-13T13:24:38Z Indexed on 2010/03/29 22:13 UTC
Read the original article Hit count: 911

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 ?

© Stack Overflow or respective owner

Related posts about uploadify

Related posts about session