Hello all, I want to imbed the messenger in an iframe off of our site. Furthermore, I want to pass the login credentials to the messenger through some parameters.
I have the imbedding working fine, I'm passing the login credentials just fine and validating them (using the provided DoLogin function). However I can not see the step where the application is resigistering the users with CuteChat. It appears to be happening in: FormsAuthentication.RedirectFromLoginPage(UserName,PersistentPassword) However that procedure redirects the user away from the page. Can anyone point me in the right direction?
Thanks in advance!
Chris