PHPSESSID in my links???

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
justravis
Forum Commoner
Posts: 53
Joined: Mon Dec 16, 2002 3:18 am
Location: San Diego, CA
Contact:

PHPSESSID in my links???

Post by justravis »

how did i get PHPSESSID in my links?

i'm hoping there is an obvious answer.

i dont know wut other details u need.

Thanks for your time & energy.
User avatar
nielsene
DevNet Resident
Posts: 1834
Joined: Fri Aug 16, 2002 8:57 am
Location: Watertown, MA

Post by nielsene »

You have php configure'd using the --enable-trans-sid option and denied the cookie it tried to send.
Post Reply