I thought this may be a php session issue and I posted it in the PHP forum and someone suggested that it is an IIS issue
Here is my original post and problem:
"I think this may be a session issue but not sure if it is or how to fix it.
We have been experiencing a lot of lag in one of our sites so I took a look at all the open ports and it looks like every time someone clicks to go to a new page on our site it opens up another connection. So we will have 100 open connections from one IP with 99% of them being in "Time Wait" status. How do we fix this where it keeps the same connection or it immediately kills the old one when once it’s finished?
Running php 5.1.4 and IIS 6 its also over an ssl connection if that makes a difference
Here is my original post and problem:
"I think this may be a session issue but not sure if it is or how to fix it.
We have been experiencing a lot of lag in one of our sites so I took a look at all the open ports and it looks like every time someone clicks to go to a new page on our site it opens up another connection. So we will have 100 open connections from one IP with 99% of them being in "Time Wait" status. How do we fix this where it keeps the same connection or it immediately kills the old one when once it’s finished?
Running php 5.1.4 and IIS 6 its also over an ssl connection if that makes a difference