asp.net mvc - Session expires on iPad & Tablets unlike PC -
i pull hair on this! have mvc application, have extended session 2 hours, when log in pc session preserve session 2 hours, when log in ipad or tablet keeps session 1 hour!!
i have tried more investigation on no success. tried see if firewall or proxy server causing this, makes no sense! can more?
edit:
the code snippet cause redirection login page after clicking on link while waiting 1 hour:
@if (@tempdata["isontime"] != null) { <a id="back" href="@url.action("step1", "home", new { id = model.id)"> </a> }
Comments
Post a Comment