This is really cool
Regarding the -abort, I have this question:
Is it really needed to call ad_returnredirect without aborting?
Why the aborting is not the default behavior in ad_returnredirect.
I am using:
ad_proc redirect {target_url} {
A synonym to ad_returnredirect.
} {
ad_returnredirect $target_url
ad_script_abort
}