Re: Auto Sign-in on Web Messenger

  •  09-20-2005, 3:06 PM

    Re: Auto Sign-in on Web Messenger

    Hi,

    I also need this feature and I did as you said, but it keeps asking me to login.

    How do I log my users autommatically after they have logged into my portal?

    The login.aspx provided by have the following code:

    FormsAuthentication.RedirectFromLoginPage(this.txtUsername.Text, this.chkPersistentPassword.Checked);

    But its redirect to a default.aspx that my site doesn't have( and dont need).

    Can anyone help?
View Complete Thread