Greetings
I am activating a php script via Ajax (XMLHttpRequest).
The problem: The php script is trying to change session variables, But I assume that using an XMLHttpRequest opens a new session, so, The changes are not registered in the session of the user.
I can do it with db, but I try to avoid that solution.
Any Ideas?
Thanks
I M