Nightfire
10-14-2002, 02:12 AM
I've tried everything I can think of to do this in the URL
page.php?sess=<?=SID?>
page.php?sess=<?=$PHPSESSID?>
When I first get to the page, the URL shows
page.php?sess=&PHPSESSID=dfgdfksdlfksdfs
but when I go to page 2, the url changes to how I want it,
page2.php?sess=dsfsdfdsfkjsd
How can I do this so it's automatic, like on these forums
<edit>
I've got an example online now so you can see what I mean. IF you click on a page, the URL is http://wcreations.co.uk/Testing/?action=details&s=&PHPSESSID=ca10a7f320b78d94385e83f8fbcea30b12 but if you go to another page, the URL behaves itself and goes to how I want http://wcreations.co.uk/Testing/?action=details&s=ca10a7f320b78d94385e83f8fbcea30b12
Here's the URL for you to look yourself if you need it still http://wcreations.co.uk/Testing
</edit>
page.php?sess=<?=SID?>
page.php?sess=<?=$PHPSESSID?>
When I first get to the page, the URL shows
page.php?sess=&PHPSESSID=dfgdfksdlfksdfs
but when I go to page 2, the url changes to how I want it,
page2.php?sess=dsfsdfdsfkjsd
How can I do this so it's automatic, like on these forums
<edit>
I've got an example online now so you can see what I mean. IF you click on a page, the URL is http://wcreations.co.uk/Testing/?action=details&s=&PHPSESSID=ca10a7f320b78d94385e83f8fbcea30b12 but if you go to another page, the URL behaves itself and goes to how I want http://wcreations.co.uk/Testing/?action=details&s=ca10a7f320b78d94385e83f8fbcea30b12
Here's the URL for you to look yourself if you need it still http://wcreations.co.uk/Testing
</edit>