Integrating CuteChat into a web application

  •  06-02-2005, 5:56 AM

    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!


View Complete Thread