The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
registration using xhr
Hey,
I'm trying to implement registration with ajax/xhr request: Code:
$.post({ url: './register.php?do=addmember', data: formData, success: function(res) { console.log(res); }, dataType: 'html', processData: false, contentType: false, }); The user is successfully registered yet when I am refreshing the page, I am not logged in. The session cookie is set successfully as well. When I try to register the usual way, everything works fine. What am I missing? is there something needed in the server side after the registration to acknowledge the cookie ? Any help will be appreciated. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|