Hi
On some of my php pages you can see the Session ID in the URL (eg:http://......./jan.php?echo&PHPSESSID=8980824cb3c9d304b3ce0............) and on some of my other pages you can not see the session ID (eg: http://......./jan.php?echo)
1. Why is this happening?
2. Is it a security risk to have the session ID displayed in the URL?