The server I'm using sends the session id with a http-only cookie.
To make this working on WP8, I already enabled cookies in the internet explorer settings of the device. This works well for all my AJAX-requests.
But now i have to download a file from the server, therefore I'm using the file-transfer plugin, but i always get HTTP Status 401 - Http Request not attached to a session
Is there any way to fix this issue, so that the cookie header containing the JSESSIONID is sent with the download request?
Asked
Active
Viewed 467 times
5

user1448982
- 1,200
- 3
- 12
- 22
-
Did you ever find a solution or a work-around? – Teodor Sandu Feb 03 '15 at 15:04
-
Try this [fork](https://github.com/apache/cordova-plugin-file-transfer/pull/90) – daserge Nov 11 '15 at 19:06