This constant doesn't work for me...
<?php echo strip_tags(SID) ; ?> does nothing, and yes I did start session....
manual says that session id should be passed throug url as
session_name=se ssion_id but how can I found out session's name???
<?php echo strip_tags(SID) ; ?> does nothing, and yes I did start session....
manual says that session id should be passed throug url as
session_name=se ssion_id but how can I found out session's name???
Comment