Yasuo Ohgaki wrote:
Something like

setcookie( name:'mycookie', value:'abc', secure:true, httponly:true );

is really nice to have. Source code will be much more readable.

This is getting off-topic, but while we're here, I think:

setcookie($name => 'mycookie', $value => 'abc');

...would be better.

--
Ryan McCue
<http://ryanmccue.info/>

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

Reply via email to