I have moved to fedora 17 recently and have setup Transmission-daemon on it which went very smooth. I even wrote a little how-to guide...go me

http://danielgibbs.co.uk/2012/06/fedora ... interface/
I have installed Remote Transmission for my phone. So I can access my client when out and about.
https://play.google.com/store/apps/deta ... rtac&hl=en
I have however had an issue when trying to use this. I found the URL Remote Transmission requires does not work correctly
http://192.168.1.2:9091/transmission/rpc/
I get the following error
Code: Select all
409: Conflict
Your request had an invalid session-id header.
To fix this, follow these steps:
When reading a response, get its X-Transmission-Session-Id header and remember it
Add the updated header to your outgoing requests
When you get this 409 error message, resend your request with the updated header
This requirement has been added to help prevent CSRF attacks.
X-Transmission-Session-Id: RQc9nlWW5dP4OqcNOb8ur6A8tkq4Tq8zqdSqH1DUw1c6QS7k
viewtopic.php?f=8&t=8393
http://askubuntu.com/questions/44686/tr ... nflict-409
Does anyone have any ideas how I can resolve this issue in Fedora?
Thanks