Posts by victormarchetti51 • 1 point
2 posts
-
0
votes1
answer103
viewsA: Request ajax does not declare Session
Solved. Inseri xhrFields: {withCredentials: true}, in the ajax request and Header Set Access Control-Allow-Credentials: true on my remote server . htaccess, not forgetting the Header Set…
-
-1
votes1
answer103
viewsQ: Request ajax does not declare Session
I have a login system with Ajax+PHP with languages running on different servers. On the same server works perfectly, but in this mode, the request occurs but the Session is not declared (I need it…