Forum Moderators: coopster
I'm still trying to solve this mystery. I have sessions and I'm forcing PHP to add the ID to each link. (Cookies disabled in php.ini).
However, some links on the same page do not contain the Session ID.
How can it be that PHP adds the session ID to some URLs and leaves others unchanged?
any ideas? thx
Dan
index.php includes a file called menu.php
menu.php creates a variable called $entry['menu'] which contains the links for the menu.
in index.php $entry is sent to a template function and then displayed.
Some (internal) links on index.php contain the Session ID, while menu links don't.
Daniel