Where is SID?
From: Michael Satterwhite (michael.XREMOVETHIS_at_weblore.com)
Date: 02/22/05
- Next message: phiberoptick_at_gmail.com: "Re: newbie zend studio and extensions"
- Previous message: Daniel Tryba: "Re: Web url in form"
- Next in thread: Derek Fountain: "Re: Where is SID?"
- Reply: Derek Fountain: "Re: Where is SID?"
- Reply: R. Rajesh Jeba Anbiah: "Re: Where is SID?"
- Reply: Dave Patton: "Re: Where is SID?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 22 Feb 2005 02:46:20 GMT
OK, I'll admit I've been doing it wrong (using session_register()), so I'm
trying to correct my ways, but...
My script starts with
<?php
session_start();
?>
In the body of my page a link as follows:
<a href="targetUrl.php?<php print SID; ?>">Target text</a>
Problem: SID is an empty string. I even tried
echo "SID: " . SID . '<br />';
and SID echoes as an empty string. Why?
---Michael
- Next message: phiberoptick_at_gmail.com: "Re: newbie zend studio and extensions"
- Previous message: Daniel Tryba: "Re: Web url in form"
- Next in thread: Derek Fountain: "Re: Where is SID?"
- Reply: Derek Fountain: "Re: Where is SID?"
- Reply: R. Rajesh Jeba Anbiah: "Re: Where is SID?"
- Reply: Dave Patton: "Re: Where is SID?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|