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

  • Home
  • SEARCH
  • 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 7679779
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T17:57:22+00:00 2026-05-31T17:57:22+00:00

I have authentication up and running in CodeIgnitor using Ion Auth, seems to be

  • 0

I have authentication up and running in CodeIgnitor using Ion Auth, seems to be a great library with all the functionality I need. But I want to create an AJAX login, using jQuery. Basically to enhance the functionality / degrade gracefully when javascript is or is not present.

I have no idea how to do it so that on subsequent pages where Ion Auth checks the logged in status it will all work properly.

Here’s what I have so far:

—

CONTROLLER


public function js_login()
    {

        if( $this->ion_auth->login($this->input->post('identity'),
            $this->input->post('password'), 
            $this->input->post('remember')))
        {
            $result = "Login Details Correct";
        }
        else
        {
            $result = "Login Details incorrect";
        }

        $array = array( "result" => $result );
        echo json_encode($array);
    }

—

SCRIPT



     $("#login").submit(function(event) {
            event.preventDefault(); 
            $.post( "/auth/js_login", $(this).serialize(), function(data){
                // Set the cookie somehow
                alert(data.result);
                }, "json");
        });

—

So I basically need to know how to get the session data that is normally set by Ion Auth and set it using jQuery. After that I can redirect to the appropriate page.

  • 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-31T17:57:24+00:00Added an answer on May 31, 2026 at 5:57 pm

    do the session setting when your login succeeds with PHP (in the js_login function) and just redirect the user. It’ll automatically be effective on the next page.

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

Sidebar

Related Questions

I have an application running under WebLogic that is using standard forms authentication. The
I have a classic ASP application currently secured using ASP.NET Forms Authentication running on
i have a web app in asp.net running on windows authentication i want only
I have an ASP.NET application running on IIS 7 and using Windows Authentication. For
I have a webapp running on tomcat using a JndiRealm and form authentication. I
I have Apache/SVN running on Windows Server 2003 with authentication via LDAP/Active Directory and
I have authentication mode set to forms in my asp.net web.config but am still
I have implemented authentication systems for webapps several times over the years, but before
I have a Spring Security (form based authentication) web app running CXF JAX-RS webservices
I'm developing a CAC authentication app. I'm running RHEL 5.5 and have a card

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.