Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3974654
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T04:35:34+00:00 2026-05-20T04:35:34+00:00

i am developing application in which i integrated the YAF forum successfully only one

  • 0

i am developing application in which i integrated the YAF forum successfully only one problem i facing is that when a user login in my application and move to the page where YAF:forum integrated it again need to login in forum, my current forum authentication code is

string usrname = txtUsername.Text;
    string password = txtPassword.Text;
    int expDate = 0;
    expDate = 10000;

    string userdata = dtUser.Rows[0].ItemArray[0].ToString() + "," + dtUser.Rows[0].ItemArray[1].ToString() + "," + dtUser.Rows[0].ItemArray[2].ToString() + "," + dtUser.Rows[0].ItemArray[3].ToString() + "," + dtUser.Rows[0].ItemArray[4].ToString() + "," + dtUser.Rows[0].ItemArray[5].ToString() + "," + dtUser.Rows[0].ItemArray[6].ToString();
    FormsAuthenticationTicket authTicket = new FormsAuthenticationTicket(1, usrname, DateTime.Now, DateTime.Now.AddMinutes(expDate), false, userdata);
    string encryptedTicket = FormsAuthentication.Encrypt(authTicket);
    //'check encryptedTicket should not be nothing''''''''''
    if (encryptedTicket == null)
    {
        FormsAuthenticationTicket authTicketWithNoPages = new FormsAuthenticationTicket(1, usrname, DateTime.Now, DateTime.Now.AddMinutes(expDate), false, userdata);
        encryptedTicket = FormsAuthentication.Encrypt(authTicketWithNoPages);
    }
    HttpCookie AuthCookie = new HttpCookie(FormsAuthentication.FormsCookieName, encryptedTicket);
    HttpCookie AuthCookie2 = new HttpCookie("AuthCookie2");
    FormsAuthentication.SetAuthCookie(usrname, true);
    //if you comment the line below no data of user will be shown

    Response.Cookies["MM"].Value = FormsAuthentication.Encrypt(authTicket);
    Response.Cookies["MM"].Path = "/";
    //Session.Add("intUserID", userID)
    Response.Cookies["Pin"].Value = "";
    AuthCookie2["username"] = txtUsername.Text;
    //AuthCookie2("userid") = Session.Item("intUserID")
    AuthCookie2["password"] = txtPassword.Text;
    // AuthCookie2("superadmin") = Session.Item("SuperAdmin")
    AuthCookie2["userdata"] = userdata;
    //AuthCookie2("sbforms") = Session.Item("sbforms")
    AuthCookie2.Expires = System.DateTime.Now.AddMinutes(expDate);
    //AuthCookie2.Domain = ".loudclick.us"
    //AuthCookie.Domain = ".loudclick.us"
    Response.Cookies.Add(AuthCookie);
    Response.Cookies.Add(AuthCookie2);

and web.config setting are

 <authentication mode="Forms">
  <forms name=".YAFNET_Authentication" loginUrl="Private/login.aspx" protection="All" timeout="43200" cookieless="UseCookies"/>
</authentication>

can anyone help me out to solve this issue.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-20T04:35:35+00:00Added an answer on May 20, 2026 at 4:35 am

    Got solution

    http://forum.yetanotherforum.net/yaf_postst9531_Forum-Login-integration-issue.aspx

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

No related questions found

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.