mojito icon indicating copy to clipboard operation
mojito copied to clipboard

[bz5403069] Support cookie getSub/setSub

Open add0n opened this issue 12 years ago • 1 comments

The getSub/setSub methods are very useful to read and write hashed key/value pairs. Please support this so the interface is more similar to the YUI3 Cookie class.

add0n avatar Mar 30 '12 18:03 add0n

mojito-cookie-addon for the client side is already using Y.Cookie for all these methods:

        [
            'exists',
            'get',
            'getSub',
            'getSubs',
            'remove',
            'removeSub',
            'set',
            'setSub',
            'setSubs'
        ]

We just need to get to feature parity for the server side implementation.

caridy avatar Feb 05 '13 16:02 caridy