[CLOSED] MVC + Session timeout

  1. #1

    [CLOSED] MVC + Session timeout

    Hi,

    we have a MVC application that requires a logon and a session expiration time of X minutes. After staying on a single page for that amount of time if a page refresh occurs, it redirects to login page, that works fine, but, when we have, for example, a button on a view that when you click on it, has to fill part of that view with some data or wathever trough AJAX, the login page appears on the region that should have the data.

    Any thoughts on how we can redirect users to login page when something like that happen?

    Thanks.
    Last edited by Daniil; Dec 22, 2011 at 3:37 AM. Reason: [CLOSED]
  2. #2
    Hi,

    Quote Originally Posted by borja_cic View Post
    the login page appears on the region that should have the data.
    I don't think it's possible, if I correctly understand the requirement. Though please clarify what is the "region"?

    Anyways, you can redirect to a login page at any moment, then, after a user is logged on you can redirect him to a page which was before redirecting to a login page.

Similar Threads

  1. Session Timeout Screen using TaskManager
    By EzaBlade in forum 1.x Help
    Replies: 9
    Last Post: Apr 23, 2012, 3:06 PM
  2. [CLOSED] Store load + session timeout
    By borja_cic in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Dec 27, 2011, 6:38 AM
  3. [CLOSED] How can I know session timeout?
    By legaldiscovery in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Jul 08, 2011, 8:37 AM
  4. Session Timeout Issue
    By Nagaraj K Hebbar in forum 1.x Help
    Replies: 6
    Last Post: Oct 14, 2009, 1:39 AM
  5. Increase timeout session
    By Kamal in forum 1.x Help
    Replies: 0
    Last Post: Jul 15, 2009, 1:29 PM

Posting Permissions