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!