Session.Timeout Issue in ASP

Last post 07-07-2009 4:25 AM by sirdneo. 3 replies.

Sort Posts:

  • Session.Timeout Issue in ASP

    07-06-2009, 12:32 PM
    • Member
      point Member
    • manmadan
    • Member since 06-20-2007, 3:19 AM
    • Posts 1

    Hi Forum,

    In a position to set the Session.Timeout = 720(minutes) in ASP..

    Will it affect the Web Server's Performance? if so, thanks to let me know the work around...

    - Thanks 


  • Re: Session.Timeout Issue in ASP

    07-06-2009, 1:14 PM
    • Member
      402 point Member
    • sayyazahmad
    • Member since 01-17-2008, 11:46 PM
    • US
    • Posts 83

     No, it wouldn't take any effect to web server.

    Please Mark As Answer if it helps you!
  • Re: Session.Timeout Issue in ASP

    07-06-2009, 2:13 PM
    Answer
    • All-Star
      24,952 point All-Star
    • budugu
    • Member since 01-12-2006, 2:15 PM
    • North Carolina
    • Posts 3,730

    manmadan:
    Will it affect the Web Server's Performance? if so, thanks to let me know the work around...
     

    Yes. Each session consumes memory. Therefore, if you increase the session time-out, it will reduce performance if the session uses a large quantity of memory, and a significant number of sessions are active.

     

    Vijay Kodali || My Blog


    "Don't be afraid to be wrong; otherwise you'll never be right."
  • Re: Session.Timeout Issue in ASP

    07-07-2009, 4:25 AM
    Answer
    • Contributor
      7,266 point Contributor
    • sirdneo
    • Member since 12-16-2008, 12:45 AM
    • Karachi, Pakistan
    • Posts 1,141

    Session is maintened on Server's memory. So if you increase the session timeout, it will effect system's overall performance. However, generally this decrease in performance is unnoticable when no of user accessing site is not very high.

    Thanks,
    Zeeshan Umar

    ~Please Mark As Answer, if one or multiple posts, which helped you in your problem. So that it might be useful for others~

    My Blog
Page 1 of 1 (4 items)