If Cookies are off, you may need to provide more than just "#" as the HREF.
While "#" will "work", it's not technically speaking a valid URL, and PHP is
probably not inserting the SID into the URL, or else inserting it in the
"wrong" place.
Use "View Source" in your browser to see what PHP is doing to that HREF.
--
WARNING [EMAIL PROTECTED] address is an endangered species -- Use
[EMAIL PROTECTED]
Wanna help me out? Like Music? Buy a CD: http://l-i-e.com/artists.htm
Volunteer a little time: http://chatmusic.com/volunteer.htm
----- Original Message -----
From: Chris Cameron <[EMAIL PROTECTED]>
Newsgroups: php.general
To: <[EMAIL PROTECTED]>
Sent: Sunday, August 19, 2001 1:28 PM
Subject: Sessions in pop-up windows
> I'm having some issues passing a session to a pop-up window.
>
> The pop-up window is you average DreamWeaver popup:
> <a href="#"
>
onClick="MM_openBrWindow('prod_detail_pop.php','','width=500,height=350')">L
ink</a>
>
> When you click on the link, the session doesn't get passed. I have
> trans-sid enabled.
>
> Any ideas on how I could go about passing my sid?
>
> Thanks,
> Chris
>
> --
> Chris Cameron
> System Administrator
> UpNIX Internet Services
> http://www.upnix.com/
>
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]