PHPSESSID

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
tennis_blues
Forum Newbie
Posts: 21
Joined: Sun Oct 20, 2002 8:30 am

PHPSESSID

Post by tennis_blues »

hi,
this question probably just clarifies my basic lack of understanding of sessions, but if you could give me a brief response, i would appreciate it greatly.

the first time i visit a page that has session_start on it, all the hrefs have an automatic string appended "&PHPSESSID=abcd...."

but the second time i visit the page, these string appendages are gone....

is this behavior expected?

thanks!
Post Reply