Session Timeout Issue

  1. #1

    Session Timeout Issue

    Hi,

    I am facing problem with Session Timeout. it does not stay for long. If i give session timeout in Web.Config file the timeout will be even more faster. Please help me to solve this problem.
  2. #2

    RE: Session Timeout Issue

    Hi Nagaraj K Hebbar,

    I think we're going to need more information. Can you post a code sample? or simple .proj which reproduces the issue?
    Last edited by geoffrey.mcgill; Jan 13, 2016 at 3:19 AM.
    Geoffrey McGill
    Founder
  3. #3

    RE: Session Timeout Issue

    Hi,

    I tried creating a sample application but unfortunately i was unsuccessful. but one thing which i got cleared is the application works fine on my machine while developing but when i try over a hosted environment(shared server) the timeout issue comes into picture. Is it because i dont have license or some other?
  4. #4

    RE: Session Timeout Issue

    Dear i have the same problem
    when session is expire coolite control did not responds
    if you have the solution for this so please send me the sample code of that
    i will be thankful to you if you do this ASAP




  5. #5

    RE: Session Timeout Issue

    Hi,

    Do you use forms authentication?

    Please see http://forums.ext.net/showthread.php?1934#post16559
    Last edited by geoffrey.mcgill; Feb 21, 2011 at 8:43 PM.
  6. #6

    RE: Session Timeout Issue

    Hi,

    I believe this is an issue indeed. What I have discovered, or at least I think, is that the authentication ticket is not renewed on ajax events because the viewstate is not included by default. This causes a session expiration on an irregular basis, depending on whether the user had been doing ajax requests alone. In the current stage I am trying to see if including it make a difference, I will keep you up to date.

    If you want to include viewstate on ajax please take a look at the following posts:

    http://forums.ext.net/showthread.php?2247#post9544
    http://forums.ext.net/showthread.php?4532#post17750

    At the same time, what I have done is to place a timer to pop-up a login window, which is renewed on every ajax event.

    Wtower
    Last edited by geoffrey.mcgill; Feb 21, 2011 at 8:47 PM.
  7. #7

    RE: Session Timeout Issue


    Hi All ,

    I am also facing same problem with Session Timeout. it does not stay for long.How can we set the session in coolite because I have already set the ASP.Net session in web.config file timeout="30" ,so why coolite lost the session .Please help me to solve this problem.

    Regards,
    SSSSS



Similar Threads

  1. Replies: 1
    Last Post: Apr 23, 2012, 3:09 PM
  2. Session Timeout Screen using TaskManager
    By EzaBlade in forum 1.x Help
    Replies: 9
    Last Post: Apr 23, 2012, 3:06 PM
  3. [CLOSED] MVC + Session timeout
    By borja_cic in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Dec 15, 2011, 5:59 PM
  4. [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
  5. Increase timeout session
    By Kamal in forum 1.x Help
    Replies: 0
    Last Post: Jul 15, 2009, 1:29 PM

Posting Permissions