Skip to main content
Contributor
October 14, 2004
Question

tcp_src_session

  • October 14, 2004
  • 4 replies
  • 2801 views
Can anyone suggest a reasonable number to limit this to for a web server? Seem to be getting values of over 50 sometimes which seems a little high for someone browsing a web site. Would I be correct in assuming a session is every request generated by a web page. In other words an html page with 10 images would generate 11 sessions to the web server? Not quite sure how this works. But if true then how would you get over 50 sessions?

    4 replies

    UkWizard
    New Member
    October 14, 2004
    IE5 if i remember offhand, by default has a limit of 4 set, so each web page would only make upto four connections simultaneously. This can be changed though, most commonly by tweak utils on the client. But 50 is very high, it might be that the session is not timing out, so they still appear although they have essentially finished. You would also see over 50 sessions if the company is using a proxy server, as this one IP would be serving all HTTP requests for all users. For example, 10 users behind a proxy all visiting a webserver, could result in 40 requests (aka sessions). And yes that is whats sessions means, its a single tcp connection requesting info. Hope this helps.
    Contributor
    October 15, 2004
    Thanks. That clarifies things. Any idea what causes sessions to not timeout? I guess if it was a genuine request then the user would just have to do a refresh to get back in?
    Contributor
    October 19, 2004
    What sessions do you mean, exactly? TCP sessions timeout after (if I remember correctly) 360 seconds - that' s 6 minutes. HTTP sessions are a setting in the webserver and not controlled by a FGT.
    UkWizard
    New Member
    October 19, 2004
    It is controlled by the FGT as well, all sessions going through the firewall are, although technically to have a http session that isnt doing much for that amount of time is probably unlikely. But i see the fortinet having these open quite often, when they have actually closed. This could be clients not adhering to the tcp specifications.