Ajax Login/Logout
I am trying to integrate vbulletin in my application. I am using vb user table for login.
User logs in from inline popup form. User login details are verified via AJAX.
So far, I have been able to verify user logins (username and password) through AJAX but I got struck in creating session.
Can anyone help me in creating Sessions? What are the cookies that need to be set?
|