Date: 08/31/00
- Next message: chris777 <email protected>: "[PHP-DEV] PHP 4.0 Bug #6474: no unlink() for deleting folders, still no rename() !!!"
- Previous message: Raul GD: "[PHP-DEV] Re: PHP 4.0 Bug #6373"
- In reply to: Jon Parise: "Re: [PHP-DEV] controlling session headers"
- Next in thread: Chuck Hagenbuch: "Re: [PHP-DEV] controlling session headers"
- Reply: Chuck Hagenbuch: "Re: [PHP-DEV] controlling session headers"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Thu, 31 Aug 2000, Jon Parise wrote:
> 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.
If you have anything to add to our current logic, please send
it in and we will add it to PHP. That will benefit all users.
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
- Sascha
-- 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>
- Next message: chris777 <email protected>: "[PHP-DEV] PHP 4.0 Bug #6474: no unlink() for deleting folders, still no rename() !!!"
- Previous message: Raul GD: "[PHP-DEV] Re: PHP 4.0 Bug #6373"
- In reply to: Jon Parise: "Re: [PHP-DEV] controlling session headers"
- Next in thread: Chuck Hagenbuch: "Re: [PHP-DEV] controlling session headers"
- Reply: Chuck Hagenbuch: "Re: [PHP-DEV] controlling session headers"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

