Re: [PHP-DEV] controlling session headers From: Jon Parise (jon <email protected>)
Date: 08/31/00

On Thu, Aug 31, 2000 at 09:36:32PM +0200, Sascha Schumann wrote:

> > > How possible would it be to add a userspace function to control
> > > the headers that session_start() sends? There are times when
> > > (mainly in order to get around bugs with netscape losing data
> > > when you resize a window) I need to allow a small amount of
> > > caching, and right now I can't seem to do this with php4.
> >
> > I'll second this request (for the same reasons as Chuck, most
> > likely <g>). It doesn't seem like an unreasonable capability to
> > add, and it would make a lot applications a little more
> > flexibility as far as caching is concerned.
>
> And session.cache_limiter does not work for you, because..?

Because it can't be set on a per-page basis (or did I miss
something?). And different browsers react slightly differently to the
different caching headers, so having direct access to the headers
which are sent would be the ideal solution.

-- 
Jon Parise (jon <email protected>)  .  Rochester Inst. of Technology
http://www.csh.rit.edu/~jon/  :  Computer Science House Member

-- 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>