> On 03 Nov 2014, at 02:21, Dan Ackroyd <dan...@basereality.com> wrote:
> 
> On 2 November 2014 15:10, Rowan Collins <rowan.coll...@gmail.com> wrote:
>> Wait, what does session handling have to do with any of this?
> 
> Sorry, I completely failed to write what I was trying to say there.
> 
> I meant that like the session handling functions and setcookie are
> similar in that:
> 
> * They don't feel that nice to use.
> * The exact behaviour of them is currently correct but doesn't cater
> for higher level logic e.g. making a script setting the same cookie be
> an error rather than accepting it.
> 
> Both of them could probably do with being made nicer - but that can be
> done in user-land. There's no _need_ to fix them in the core
> libraries.

well, one thing which could be done is decoupling building of cookie-header 
from adding this header to the response.

setcookie(…) = header(build_cookie_header(…))

this would be much closer to what I would call a low-level API


-- 
Alexey Zakhlestin
CTO at Grids.by/you
https://github.com/indeyets
PGP key: http://indeyets.ru/alexey.zakhlestin.pgp.asc




--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to