Showing user online whenever user login in DNN site and showing the user offline whenver user logs out from the site

  •  02-03-2010, 8:06 AM

    Showing user online whenever user login in DNN site and showing the user offline whenver user logs out from the site

    I am using Web messenger in my DNN site. To show the user online in the web messenger as soon as the user logs in my DNN site, i used the following code on every page of my site
     <script  src="http://cutesoft.net/DesktopModules/CuteSoft_Client/CuteChat/IntegrationUtility.js.aspx?Chat_StartPartialMessenger=1" </script>
     
     But after adding this code, the status of the logged in user is showing "Away" instead of "online" in other user's web messenger window. 
     
      How can i show status "online" instead of "Away" in this case.
     
     Another think i want is that whenever user logs out from my site, his status changed to "offline" in the web messenger. I am not able to find out a solution for this.
     
     Please help me out to implement these two functionalities. 
View Complete Thread