in the WA_Universal_Elail/templates/registration.php file, try changing the following code:
<?php echo($WAGLOBAL_Root_URL); ?>users_Confirm.php?ID=<?php echo(mysql_insert_id()); ?>&code=<?php echo($_SESSION['randomConfirm']); ?>
to:
<?php echo($WAGLOBAL_Root_URL); ?>users_Confirm.php?ID=<?php echo(mysql_insert_id()); ?>&code=<?php echo($_SESSION['randomConfirm']); ?>
if it is still not working, download the session test file from the following thread to make sure session management is functioning correctly on your server:
showpost.php?p=23826&postcount=2


