Could you make it more clear what you mean by unique page, and what relationship between this page and the user account. Need to find a connection between them. One possible way is to use following line to redirect the uesr.
<?
// after successful login
header ("location: $redirect_link");
?>
So we need to determine what $redirect_link is.