What can cause loosing the session when using AjaxUploader?

  •  10-20-2009, 7:57 AM

    What can cause loosing the session when using AjaxUploader?

    After having uploaded files with AjaxUploader in a page, moving programatically to another page causes the Session_End() event (defined in global.asax ) to be fired, and as a consequence the collection System.Web.HttpContext.Session is emptied ...
    If I use a standard FileUpload control rather that AjaxUploader, this does not happen.
    Any idea concerning what can cause the session to be lost?
    Thanks in advanced
    Pierre-Henri
View Complete Thread