Solar_Auth_Adapter::_redirect()

protected void Solar_Auth_Adapter::_redirect ( void )

Redirects to another URI after valid authentication.

Parameters

  • None.

Returns

  • (void)

Description

Redirects to another URI after valid authentication.

Looks at the value of the 'redirect' source key, and sets a 'Location:' header from it. Note that this will end any further processing on this page-load.

If the 'redirect' key is empty or not present, will not redirect, and processing will continue.



Local