Session

From any page you have an access to the current request and post data (see Forms)

<?wsp session ?>

URL parameters are stored in Query assotiation, you can also use session to transfer the data between components.

To make redirect after POST query set the field

<?wsp session["Redirect"] = "page.html" ?>