Home


Store-cookies property

Specify any number of cookies to save in the cache object. The value defaults to false, saving no cookies. The following examples are from cachespec.

Example 6-11 Store all cookies except cookie1 and cookie2

<property name="store-cookies">true
    <exclude>cookie1</exclude>
    <exclude>cookie2</exclude>

</property>

Example 6-12 Store only cookie1

<property name="store-cookies">false
    <exclude>cookie1</exclude>

</property>

+

Search Tips   |   Advanced Search