Posted on: 5/10/2015 12:19:49 PM | Views : 1188

I have my website enabled with owin and identity authentication. I can authenticate to my website based on a bearer token and on an applicationcookie. Everything works fine on my own server. Now I have deployed my website on a hosting site, the authentication of the bearer token fails after about 10 mins.
The website has a certificate and I use https. Host system is powered by PleskWin and using IIS8.5
I do the next steps from an Android app with HttpsUrlconnection.
I first get a bearer token based on username and password credentials with a 14 days validation. This works fine. Then I can do webapi calls, which need to be authorized with this token and that works fine as well. But when I  do nothing for a while (about 10 - 15 mins) and then try to do another webapi call with the same token in the header, I get an access denied response.
Since everything is running at my provider I c ...

Go to the complete details ...