Posts: 10
Threads: 3
Joined: May 2011
I am using commentics with a website with thousands of review pages.(PHP created) it looks like google crawled the site so that it went to many of the pages. It looks like commentics created a "session" per page ( This from the tech at networksolutions) so I had thousands of files in the session folder and it ran out of space. Is this a thing? do I have to manage deleting sessions daily? I will do some research about sessions but I was just hoppeing some one in the Forum had seen this before and solved it.
Norm
Posts: 2,905
Threads: 59
Joined: Jun 2010
Have
you completed
the interview?
Posts: 10
Threads: 3
Joined: May 2011
Posts: 10
Threads: 3
Joined: May 2011
I looked at the files, about 40k files. Most likely it was one of those DOS attacks because about 20 files were open on the same time ( second ) and so I had 20 files per second for a few minutes every day. Changed servers but I haven't had a chance to look at the sessions with the new NAMED SESSION code. Will post once I know more.
P.S.
Please before you get a VPS make sure you get ( in writing) that you are getting at least PHP 5.2 installed (5.3 is better) or they will give you an old server that can not be upgraded and you will have to pay extra fees for a "good" server. ( the big companies will do this scam).
Posts: 10
Threads: 3
Joined: May 2011
I am happy to report "It was not commentics" with all the SESSION junk. this was a shared server and someone was using wordpress or something like that.
Now I moved to godaddy from network solutions.
my captcha does not work anymore if I name the session. Dont name your sessions for commentics in godaddy. In general it might be better not to name your sessions. my site has over 1million pages (php generated ) and I had no trouble with it. I am keeping an eye on sessions and it looks like there is no problem whatsoever.
Thank you,
Norm
Posts: 2,905
Threads: 59
Joined: Jun 2010
Hi,
Okay, thanks for the update that Commentics was not to blame.
Have
you completed
the interview?