As of Cordova 5.2.0 on Android 5.1 cookies are working.
I will be investigating other platforms, like iOS, soon.
I’ve talked many times about my love of Cordova. I like how I can use my existing knowledge and code to build a mobile application with additional abilities than a web application. While I know how to a write native Android application, I still prefer to do my initial prototyping and launch in Cordova.
I honestly like everything about Cordova aside from the fact that you can’t use cookie based sessions.
In this post I will show you how to do so in Express 4 using jQuery AJAX calls and some simple code.