hello there. i have recently integrated the licensed version of cute chat, and i must say its a quality product.
the website that i am working on uses the asp.net membership api to authenticate users. it also stores some data in the session object for the authenticated users, so we dont have the "remember me" functionality. so if the session times out, the user automatically logs out of cute chat as well. now my client wants that a particular user "Help Desk" should never log out, and any user can chat with this "Help Desk" user anytime. is there way i can do this from the cute chat application?