php-general | 2001122
Date: 12/17/01
- Next message: php: "Re: [PHP] php dir listing a couple of solutions"
- Previous message: Rick: "[PHP] php in free()"
- In reply to: Julio Nobrega Trabalhando: "[PHP] $PHPSESSID on PHP 4.1.0"
- Next in thread: Morten Winkler Jørgense: "Re: [PHP] $PHPSESSID on PHP 4.1.0"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi
One way is <?echo session_id()?> or if cookies aren't used try <?=SID?>
$PHPSESSID seems to only get set if it comes back as a cookie
Tom
At 04:39 AM 18/12/01, Julio Nobrega Trabalhando wrote:
> Hi All,
>
> I have a few scripts using $PHPSESSID to softly disable cookies
>requirement on some pages. I just installed PHP 4.1.0 and I am porting some
>lines to adapt to the new version.
>
> If I do this:
>
><?php
>echo $PHPSESSID;
>?>
>
> It doesn't show nothing at all. Did something changed, does this var now
>have a new name, some new way to access it?
>
> Thanks for any help,
>
>--
>
>Julio Nobrega.
>
>Um dia eu chego lá:
>http://sourceforge.net/projects/toca
>
>
>
>--
>PHP General Mailing List (http://www.php.net/)
>To unsubscribe, e-mail: php-general-unsubscribe <email protected>
>For additional commands, e-mail: php-general-help <email protected>
>To contact the list administrators, e-mail: php-list-admin <email protected>
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: php: "Re: [PHP] php dir listing a couple of solutions"
- Previous message: Rick: "[PHP] php in free()"
- In reply to: Julio Nobrega Trabalhando: "[PHP] $PHPSESSID on PHP 4.1.0"
- Next in thread: Morten Winkler Jørgense: "Re: [PHP] $PHPSESSID on PHP 4.1.0"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

