Thanks for your Replay,
Is it also possible to load this part in een http module?
- <script RunAt=server>
-
- Public Overrides Sub Init()
- MyBase.Init()
-
- If Not CuteChat.ChatSystem.HasStarted Then
- CuteChat.ChatProvider.Instance = New MyChatProvider()
- CuteChat.ChatSystem.Start(New CuteChat.AppSystem())
- End If
- End Sub
-
-
- </script>
because I can only start the messenger once. The seccond user gets the message he/she already loged in.
When the firs user logs out the second user can login but uses the username of the first user.
The chatSystem will not start for a different instance of the application