hi...
already compiled php with use_trans_sid (linux). turned my cookies off on IE5, use the following scripts:
Script1:
<?php session_start(); ?>
<a href="page2.php">click</a>
Script2:
<?php session_start(); ?>
<a href="page1.php">click</a>
But a new session is created on each click. I want to avoid manually appending SID each time...
please help!!!!