Session gets expired on moving from one page to another

Last post 10-15-2009, 2:08 AM by sumitarora. 2 replies.
Sort Posts: Previous Next
  •  10-08-2009, 1:09 AM 56204

    Session gets expired on moving from one page to another

    I'm using cute web messenger in the application. It is working absolutely fine. The problem which I'm facing is when I move from one page to another page in an application. The session for the web messenger expires and I have to again login into the Messenger to start chatting. I would like to know how to get rid of this problem.
     
    Thanks in advance.
    Sumit Arora
  •  10-08-2009, 2:39 AM 56209 in reply to 56204

    Re: Session gets expired on moving from one page to another

    Hi sumitarora,
     
    It is an old issue. Can you download the latest version and try again.
     
    Download:
     
     
    Regards,
     
    Ken
  •  10-15-2009, 2:08 AM 56407 in reply to 56209

    Re: Session gets expired on moving from one page to another

    Hi Ken,
     
     
    I just downloaded the new version which you mentioned in the link. But now I noticed that the DLL's are of version 5.1.0.0 and the one which I was using earlier was of version 5.0.0.0. And i'm getting an error in the Global.asax.cs. It couldn't find the naespace Of ChatProvider
     
                   if (!CuteChat.ChatSystem.HasStarted)
                    {
                        CuteChat.ChatProvider.Instance = new MyChatProvider();
                        CuteChat.ChatSystem.Start(new CuteChat.AppSystem());
                      
                    } 
     
     Can you please tell me what I need to do for it?
     
View as RSS news feed in XML