Hi,
I'm working with dreamweaver v8 and when i enter this function it doesn't seem to recognize it (the text color is black instead of blue).. i tried to run the script anyways see if it's dreamweaver but it's not working either.
seems that it doesn't recognize this function.
when I use sessionid() it works fine.
If anyone has any knowledge of this.. please help
<?php
$cookieUser = $_COOKIE['c_user'];
$cookieID = $_COOKIE['c_id'];
//session_id($cookieUser);
session_start();
session_regenerate_id($cookieUser);
?>