From: Martin R. <m....@te...> - 2001-11-26 09:50:55
|
Hi @ all, I've got a problem again: In my index.html (contemporary start-url) i link all files like this: <a href="index2.php?h_sNextSite=something.php"></a> This has to be in that form because I get on this way some variables in the output-url like http://server/index2.php?h_sNextSite=something.php&variable1=something&v ariable2=somthing_else and so on. I get also a session-id as variable like ....&session=12345, but I don't want to have it. Can I exclude this piece of the url? It is always in form of $session=[the ID]. THANKS!!! Martin (m....@te...) |