Session timeout

Last post 05-09-2008 9:32 AM by chaitanyareddy. 2 replies.

Sort Posts:

  • Session timeout

    05-07-2008, 11:58 PM
    • Loading...
    • mamahima
    • Joined on 04-21-2008, 8:52 AM
    • Posts 21

    hi all i set session timeout in my application. its work properly in my local system. but after i deploy in server its not working. i deployed my application in thee different server. each server session timeout is ways.

    say server1 it timeout take 20min
    server2 10min
    server3 15min

    but i set timeout as 30min
    this is work properly in local system. after deployed in server its not work. y?

    pls. help me to solve its very urgent

  • Re: Session timeout

    05-08-2008, 1:39 PM
    Answer
    • Loading...
    • Haissam
    • Joined on 10-05-2006, 6:25 AM
    • Beirut - Lebanon
    • Posts 4,419

    The session could time out if the asp.net worker process is restarted. below are some issues which the process can restart

    1- Modifying web.config file / replacing dll in the bin directory

    2- deleting folders on the application root folder at runtime

    3- Memory leaks

    Haissam Abdul Malak
    MCAD.NET
    | Blog |
  • Re: Session timeout

    05-09-2008, 9:32 AM
    Answer

    i also faced this problem in recent times. It is something to do with IIS or Machine.config, because my hosting people solved this problem themselves.

     

    ---- Chaitanya

Page 1 of 1 (3 items)