added a rudamentary affiliate tracking program

This commit is contained in:
JT Smith 2003-08-29 22:13:19 +00:00
parent 781526066f
commit ac102923ce
5 changed files with 37 additions and 3 deletions

View file

@ -50,6 +50,7 @@ TIP: The $session variable is a case-insensitive hash. The contents of the has v
use WebGUI::Session;
WebGUI::Session::close();
WebGUI::Session::convertVisitorToUser($sessionId,$userId);
WebGUI::Session::deleteScratch($name);
WebGUI::Session::end($sessionId);
$header = WebGUI::Session::httpHeader();
$header = WebGUI::Session::httpRedirect($url);