Hello i have a phonegapp application that runs ajax call to a server that use IIS asmx application.
When i call ajax login from phonegap, it is successfully return logged in response but in Session in IIS application is not created.
I have read something about cookie based session but have not found any solutions.
Can anybody help?