Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

The Cookie UDR is used to set or read a Cookie.

The following fields are included in the Cookie UDR:

Field

Description

maxAge (int)

This field may contain maximum age of the cookie in seconds.

name (string)

This field contain the name of the cookie.

path (string)

This field may contain a uri path for the cookie to which the client should return the cookie

value (string)

This field may contain the value of the cookie. If left empty meaning the cookie will be deleted.

  • No labels