Session Time Out

Last post 11-29-2007, 12:13 AM by cutechat. 1 replies.
Sort Posts: Previous Next
  •  11-28-2007, 2:26 PM 35493

    Session Time Out

    Hi,
     
    our application using session.TimeOut feature. When I add LiveSupport I did not getting timeout :(
    Probably its because of client Ajax calls. Do you have any solution on that ?

    Thanks
     
    Vytautas

  •  11-29-2007, 12:13 AM 35502 in reply to 35493

    Re: Session Time Out

    Yes.
     
    The page would send requests to server every 10 seconds to add the visitors to the list.
     
    If you want that Ajax call do not use session , please open the CuteSoft_Client/CuteChat/SupportCustomerHandler.ashx
     
    and then remove this :
     
    " , System.Web.SessionState.IRequiresSessionState "
     
     
    But , if your itegration code "GetLogonIdentity()" use Session to return the user info , the Session would not acceptable when the Ajax call being executed. So the registered users would not listed into the customer list.
     
    Regards , Terry .
View as RSS news feed in XML