Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Incomplete
-
5.0.1, 6.1.1
-
None
-
Cordova 6.1.1 + Windows 8.1 and iOS.
Description
When a REST service is called from my cordova app using AJAX, server is sending back session cookies (Set-Cookie headers) as part of header with expiry time.Those cookies are persisted in app & being sent in the subsquitet AJAX calls, and its never stops sending it even it the cookie is expired.
Is there any way to remove those cookies from app and stop sending it on subsquitet AJAX calls?