Having trouble getting the ini_set statement to work...
Code: Select all
//index.php
session_start();
ini_set(use_trans_sid,1);What is the correct way to do this? Should I merely add the id to the links between the pages by appending it to the URL?
TIA