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 8100197
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T22:41:01+00:00 2026-06-05T22:41:01+00:00

I am having difficulty creating sessions for my mobile application that is written in

  • 0

I am having difficulty creating sessions for my mobile application that is written in JQuery. I want my application to check to see whether a user session exists, if not it redirects user to a login form. I use ajax to check the login credentials and the user details are returned in JSON format.

How can I store these JSON variables in a session so that I can access these within my app?

function ajaxPost(LoadUrl, redirect) {
    jQuery.ajax({ 
        type: "POST", 
        url: LoadUrl, 
            data: "email=" + $("#email").val() + "&pw=" + $("#pw").val(),
            complete: function(xhr, statusText){ 
                if (xhr.status == 401){     
                    alert('Unauthorised');
                } 
        } ,

        success:function(response){ 
                if(redirect != null){
                    alert(response);
                    <? 
                    //session_start(); 
                    //$_SESSION['user'] = $response;  // this is JSON: {"id":"45454","name":"Joe Blog","username":"joebloguser"} 
                    ?>
                   app.navigate(redirect);

                }
            }
    });                 
}

I have commented out the PHP code that starts the PHP session as this seems to start a session whether or not the ajax call is made, therefore there is always a $_SESSION set, which I obviously do not want. Can anyone advise on the best way to proceed with this?

  • 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-06-05T22:41:02+00:00Added an answer on June 5, 2026 at 10:41 pm

    If you put php like that between your javascript, it is run at the moment the page is first loaded (before any javascript is run…) so that will not work.

    You need to move your session logic to your loadUrl script; verify the login there and start the session if necessary.

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

Sidebar

Related Questions

I am having some difficulty creating a bundle for my application, and placing files
I am having difficulty creating a JTree that allows the nodes to be reorganized
I am having difficulty creating the image icon. I want to package a jar
When creating an object without class parameters, I am having difficulty deciding whether I
I have a model that I want to be commentable. I am having difficulty
I am having difficulty using JQuery UI Modal Dialog when submitting a form. The
I am working on creating a python c extension but am having difficulty finding
I'm having some difficulty creating nested objects between a one-to-many relationship. My models are
I am creating an application that has to interact with server data and then
I've done this before but for some reason I'm really having some difficulty creating

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.