We are having a problem with HackerSafe generating anonymous users every 2 second. This is done during their testing of the site. Currently we have over 100,000 additional users created
and possibly additional records and files. This is having an effect on available disk space.
(1) What is best practice for working with HackerSafe?
(2) What is the best way to clean up the anonymous user records?
(3) What tables and logs should I be looking at to clean out the garbage data created by HackerSafe?
Thanks in advance for a speedy reply
HackerSafe generating anonymous user
- rciesiolka
- Ensign (ENS)
- Posts: 7
- Joined: Tue Dec 11, 2007 10:48 am
- Logan Rhodehamel
- Developer
- Posts: 4116
- Joined: Wed Dec 10, 2003 5:26 pm
Can you check your Anonymous User Lifespan setting? From the merchant menu go to Configure-> Store. It is in the left column, second section.
Cheers,
Logan
.com
If I do not respond to an unsolicited private message, it's not because I'm ignoring you. It's because the answer to your question is valuable to others. Try the new topic button.
Logan

If I do not respond to an unsolicited private message, it's not because I'm ignoring you. It's because the answer to your question is valuable to others. Try the new topic button.
- rciesiolka
- Ensign (ENS)
- Posts: 7
- Joined: Tue Dec 11, 2007 10:48 am
Thanks, I did not have any value in the Lifespan setting. I wonder when that piece runs. It is a daily value so maybe it will not have an effect until the day after it is reset.
My Admin says HackerSafe runs every two hours, It is possible that there are days that HackerSafe does additional checking or retesting and I was seeing those intense times. I found some other days where there were not as many anonymous users generated. I am counting on the Lifespan setting to help
My Admin says HackerSafe runs every two hours, It is possible that there are days that HackerSafe does additional checking or retesting and I was seeing those intense times. I found some other days where there were not as many anonymous users generated. I am counting on the Lifespan setting to help
- Logan Rhodehamel
- Developer
- Posts: 4116
- Joined: Wed Dec 10, 2003 5:26 pm
The user maintenance routines will run frequently, perhaps every hour or so. It's not an exact science because it is partially based on user activity and application lifecycle on your web server. The maintenance code runs on a separate non ASP.NET thread to minimize impact on site browsing.
Once they kick in, you should notice a decrease in anonymous user counts. This will also clear out other associated data like baskets.
We did make some enhancements between AC55 and AC70 to reduce anonymous user records for search engine spidering (e.g. Google). Based on what HackerSafe is trying to prove, I am not sure we can stop them from creating records. So please report back on whether the lifespan values help resolve your situation.
Once they kick in, you should notice a decrease in anonymous user counts. This will also clear out other associated data like baskets.
We did make some enhancements between AC55 and AC70 to reduce anonymous user records for search engine spidering (e.g. Google). Based on what HackerSafe is trying to prove, I am not sure we can stop them from creating records. So please report back on whether the lifespan values help resolve your situation.
Cheers,
Logan
.com
If I do not respond to an unsolicited private message, it's not because I'm ignoring you. It's because the answer to your question is valuable to others. Try the new topic button.
Logan

If I do not respond to an unsolicited private message, it's not because I'm ignoring you. It's because the answer to your question is valuable to others. Try the new topic button.
- rciesiolka
- Ensign (ENS)
- Posts: 7
- Joined: Tue Dec 11, 2007 10:48 am