Page 1 of 1

PHPSESSID=

Posted: Mon May 22, 2006 2:18 pm
by Junefly
Script URL: http://www.rampbbs.net/linkman/links.php
Version of script: 1.03
Version of PHP:
Hosting company:
Have you searched THIS FORUM for your problem: yes
(if not please do before posting)
If so, what terms did you try: PHPSESSID= security

Write your message below:

Just a question.. I have had a couple of people use POST /linkman/addlink.php?PHPSESSID= (along with a lot of numbers etc..)
Could this bypass the security check or it just something they are trying? This last one to do this also runs LinkMan but has an older version online. He did post, but I can not tell if he was really on the page or not as the last POST shown (in the logs)was with the PHPSESSIP=.

Thanks!

Posted: Mon May 22, 2006 4:52 pm
by Klemen
That's just PHP way of sending session IDs around with browsers that block cookies. It's a normal thing.

PHPSESSID=

Posted: Mon May 22, 2006 5:02 pm
by Junefly
Ok. Thanks a lot for the information.. Sooner or later I will learn all this stuff.. (I hope)