Integrating CuteChat into a web application

Last post 06-02-2005, 9:06 AM by cutechat. 1 replies.
Sort Posts: Previous Next
  •  06-02-2005, 5:56 AM 7168

    Integrating CuteChat into a web application

    Hi,

    I'm integrating cutechat into a web application.
    I had program the UserAdapter, the DataProvider and the ConnectionStringProvider and work correctly.
    I can access to the admin pages, create lobbies, search users, etc.
    But when I load the room page it don't work because the object Session of the object HttpContext is NULL!!! :|

    I don't understand why the Session is Null. are these pages special? don't share the state with the rest of the application?

    Thanks!


  •  06-02-2005, 9:06 AM 7170 in reply to 7168

    Re: Integrating CuteChat into a web application

    Hello:

    Now the CuteChat2 has a bug on the Session .

    The Session is aquired by asp.net after the page's constructor , so , when the page's constructor call the chat api , the Session is null

    Currently You could resolve this problem refer this :

    http://www.cutesoft.net/forums/6108/ShowPost.aspx
     
    Regards , Terry .
     
     
View as RSS news feed in XML