Session End on MVC sample

  1. #1

    Session End on MVC sample

    Hi,

    I would like to know how to solve prolbem explained at thread:

    http://forums.ext.net/showthread.php...-on-MVC-sample

    Thanks,

    Dominik
  2. #2
    Quote Originally Posted by Dominik View Post
    Hi,

    I would like to know how to solve prolbem explained at thread:

    http://forums.ext.net/showthread.php...-on-MVC-sample

    Thanks,

    Dominik
    Hi

    I am also facing the same problem in my application too.. please do the needfull...

    Thanks in advance
  3. #3
    Hi,

    I have the same issue in my project, is there any solution at this moment or any workaround?

    Thanks
  4. #4
    Try changing this in the web.config to me was the same and fixed.

    		<authentication mode="Forms">
    			<forms loginUrl="~/Account/Login/" timeout="120"/>
    		</authentication>
  5. #5
    Well,

    It works when the application has only one main page. The problem arises when the session ends in a opened window. In this case, the login page will appear in the window, and not in the main page.

    Regards,

    Dominik.

Similar Threads

  1. Session End on MVC sample
    By Dominik in forum 1.x Help
    Replies: 1
    Last Post: Apr 23, 2012, 3:14 PM
  2. get session[somevalue]
    By thiefo in forum 1.x Help
    Replies: 2
    Last Post: Mar 12, 2010, 5:10 AM
  3. Session Issue
    By syed2uk in forum 1.x Help
    Replies: 1
    Last Post: Oct 14, 2009, 9:32 AM
  4. Cookieless session state
    By signup in forum 1.x Help
    Replies: 3
    Last Post: Aug 26, 2009, 8:05 AM
  5. Session issue with IE
    By Sandeepan in forum 1.x Help
    Replies: 0
    Last Post: Apr 27, 2009, 8:16 AM

Posting Permissions