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
https://forums.phpfreaks.com/topic/173259-php-and-ajax-issue/#findComment-913356
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.