added a rudamentary affiliate tracking program
This commit is contained in:
parent
781526066f
commit
ac102923ce
5 changed files with 37 additions and 3 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue