but now my question about http headers.

i want to do a redirection, but it should have a delay. can i make it with masons $m->redirect or must i set the http header (meta-equiv with redirect and delay).
You're confusing http headers, and html tags.

To add a delay, you can sleep in the mason component, and then serve a redirect.
(this is generally a bad idea, tying up an apache child)
Or, you can serve a simple 'Please wait' type page, including a meta refresh tag (or javascript,
whatever) to cause the redirect.




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Mason-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mason-users

Reply via email to