Posted by www.j2be.com on 08/16/06 23:28
> https://secure.domainname.com/filename.php?phpsessionid=$PHPSESSID
From this sample I can suppose that you are using register_globals set to
"on"
on all the websites so by putting $PHPSESSID is working.
You should use something like $_GET['PHPSESSID'] to get the session value
from the GET method.
For more things please post your source code (on a website) and tell us if
you are using register globals and other things.
Regards
Leonardo Armando Iarrusso
Navigation:
[Reply to this message]
|