Hi again ,
First, I am implementing the Support Chat aspect ( Public facing client ) so the client may or may not Log in to use the chat feature :
Not logged user : the user send chat message as a Guest User ( Perfectly work till now )
Logged User : The User log in the MVC application an I use that Logged User for the Chat. I've already checked if the User are logged in the server code (C#) and in the Client (JS) and it is logged BUT then the chat feature does not work, yet the CHAT room is created.
Secondly, I understand that Portal Widgets/Webpart and MVC don't mix, but the logic/algorithm behind should be similar I think.
I've implemented the chat functionality from scratch in MVC but my code are based on the code of the portal Engine because I have to stick to Kentico's Logic(Yet I may not Understand it very well) so can you help me with that ?
Thanks for your attention guys,