Search code examples
c#flashsessionuser-agentashx

Keeping same session with different user-agents


Is there a way to use the same session on different user-agents. I have a flash app that is generating a new session id on posting data to myHandler.ashx ( same happens on aspx ). Am i missing a trick here?


Solution

  • Take a look at swfupload and their implementation in ASP.Net - they use a Global.asax hack in order to keep the same session.