I've been programming a web crawler for a while, I'm almost done, it works perfectly but when it crawls vbulletin forums i get weird urls
example:
forum/index.php?phpsessid=oed7fqnm9ikhqq9jvbt23lo8e4
index.php/topic,5583.0.html?phpsessid=93f6a28f192c8cc8b035688cf8b5e06d
obviously this is being causes by php session IDs
what can I do to stop this?
I tried using cookies with HTTP::Cookies but the problem persists.
thanks