the ob_start() in ASP is Response.Buffer=True

ASP doesnt handle it for you automaticaly! 
Just wanted to notify ;)


On Fri, 31 Dec 2004 03:14:31 -0500, John Holmes
<[EMAIL PROTECTED]> wrote:
> mail.pmpa wrote:
> > Can I do any session handling before calling header("Location: $url"); ?
> 
> Yeah, sure. You just can't have any output before you redirect with a
> Location header (unless you use output buffering as a workaround).
> 
> This is basic HTTP and ASP has to play by the same rules. If you can
> have output before Response.Redirect, then ASP is just doing the
> buffering for you before it sends a Location header.
> 
> --
> 
> ---John Holmes...
> 
> Amazon Wishlist: www.amazon.com/o/registry/3BEXC84AB3A5E/
> 
> php|architect: The Magazine for PHP Professionals â www.phparch.com
> 
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 
> 


-- 
M.Saleh.E.G
97150-4779817

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to