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

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

android - Keyboard hides my half of edit-text and button below it even in scroll view -

css - Make div keyboard-scrollable in jQuery Mobile? -