Hello,
How do I Set and send session variables through AJAX from one PHP page to other. I am sending the values of form fields through parameters of AJAX POST , but I am not getting the values in other PHP Page, although I can see the value in "ResponseText"
Thank you
Session variables through AJAX
Moderator: General Moderators
Re: Session variables through AJAX
Sessions are the exact same with Ajax as any other page.
Just make sure to call session_start() before any output.
Just make sure to call session_start() before any output.