Browse by Tags

All Tags » Session
  • Session changing when Response.Redirect in UploadCompleted is fired

    Hi there, In my Global.asax I am creating a session under session_start to initialise Session[''Session_Id''] but for this example it is being initialised in the Page_Load. When a file has been uploaded, the UploadCompleted method is fired which then attempts to refresh the page. It's at this point that the Session ''Session_Id'' ...
    Posted to Ajax Uploader (Forum) by thomasm on May 12, 2010
  • Session is cleared after upload

    Hello,   I'm using a basic Uploader within an asp:updatepanel    <asp:UpdatePanel ID=''TicketPanel'' runat=''server'' UpdateMode=''Conditional''>   <ContentTemplate>     <CuteWebUI:Uploader ...
    Posted to Ajax Uploader (Forum) by RedBully on September 10, 2009