I am trying to add some debugging code but I cannot get PHPSESSID to display on a page. I know sessions are working because my other session data is passing fine and I can see the session files in my temp folder. What is wrong with this line?...
The session ID is <?php print ("$PHPSESSID"
; ?>
The session ID is <?php print ("$PHPSESSID"