Hi Maria,
If you don't want to use the URL the alternative could be through the use of Session variables. You store the values in session, redirect to the page and on the page check if the variables have an url value, clear it and redirect the user.
Please not that if anywhere between redirections you login or logout the user the session variables will be cleared.
Hope this helps
Guilherme
If you don't want to use the URL the alternative could be through the use of Session variables. You store the values in session, redirect to the page and on the page check if the variables have an url value, clear it and redirect the user.
Please not that if anywhere between redirections you login or logout the user the session variables will be cleared.
Hope this helps
Guilherme