Hi everybody!
The problem is, that I couldn't transmit the SID constant in URL under PHP 4.2.0 !
(the session_name() . "=" . session_id() works)
for example: header("Location: temp.php?" . SID);
<a href="temp.php?<?php echo SID ?>">temp</a>
or a much simplier example:
start_session();
echo SID;
Nothing happens ....
Is it a bug or just I'm stupid (I forgot something with the variable scope) ???
thanx for helping
Chros