I want to call Wordpress sevice and login user to appery APP. I have to use mysql database for now and php for now. I know there is CORS avaialble and I can accept the request and return session IDs if user is valid.
But, every time I made request to my page it regenerates session ID. is there any way to persists session between Appery.io app and third party domain. I believe backbone has ways to do this. Does appery.io has similar functionality or any hacks so this can be achieved easily.