Jump to content

PHP and Ajax issue


weso

Recommended Posts

I'm not completely familiar with JQuery. However, having manually built a bunch of AJAX requests and having done similar things with sessions and so forth, I'll offer some insight.

 

Sessions and Cookies can be accessed based on whatever user has executed the JavaScript. The first thing is to make sure they even have those cookies. As a test, you can set a cookie when they visit the page with the javascript, then have the AJAX call get the PHP script to echo out the values of those cookies for you and send it back to see if it works. If this doesn't, then it's not really a problem with JQuery (it helps to isolate whether it's JQuery that's the problem, or perhaps your cookies).

 

Let me know how this first test goes. Also, can you post some of the example code for both your AJAX JQuery requests and the PHP page that you're calling just to give the rest of us some idea of what you're working with?

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.