Webmaster wrote:
Hi!

I started to use the php own session functions today.

Now I am getting such lines in the address bar:

/pages/news.php?option=1015&PHPSESSID=PHPSESSID=d117dba208d4b205cd4e521f606b
b44e#result

Why do I get "PHPSESSID=PHPSESSID=" ?

Probably because you have


/pages/news.php?option=1015&PHPSESSID=<?=SID?>

in your code when it should be:

/pages/news.php?option=1015&<?=SID?>

--
---John Holmes...

Amazon Wishlist: www.amazon.com/o/registry/3BEXC84AB3A5E/

php|architect: The Magazine for PHP Professionals – www.phparch.com

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to