Re: [PHP-DEV] controlling session headers From: Chuck Hagenbuch (chuck <email protected>)
Date: 08/31/00

Quoting Sascha Schumann <sascha <email protected>>:

> Otherwise, there are two cases:
>
> 1. Pages which don't use a session
>
> => don't start a session
> => no header will be sent
>
> 2. Pages which use a session
>
> => start the session
> => the appropiate headers will be sent

3. Pages which use a session, but contain a form and are in a window that
can be resized.

In this case, different headers need to be sent for Netscape only so that
data won't be lost when the browser window is resized.

-chuck

--
Charles Hagenbuch, <chuck <email protected>>
--
"Alice found a niche in the market for her diabolically malodorous rabbit
 pellet."

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>