Search code examples
asp.netsessionlogoutandroid-browser

Android browser logs out of ASP.NET website


I have a ASP.NET Webforms application that is being used with Motorola Tablets (Android 3.2) Wenn users navigate it often logs out.

In my logfile i cant find anything unusual, im using a FormsAuthenticationTicket to log the user in.

Any idea how to solve or troubleshout this issue?


Solution

  • The problem was in the datetime settings, i switched the date time setting to auto and the the timezone to manuel.

    It seems to be ok now.