Jochen Hansper wrote:
The indexed array 'parameters' is expected to be:
array( {int|string} expires [, string path [, domain [, bool secure
[,bool httponly]]]] )
Why not like this?
array(
'expires' => ...,
'path' => ...,
'domain => ...,
'secure' => ...,
'httponly' => ...
);
This was the agreed way. And it makes much more sense, otherwise you would
just be emulating the additional parameter.
The expire parameter is going to be discontinued and replaced by 'max-age',
which makes much more sense (no problems with differences between the
server's and client's clock).
Nuno
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php