pui.getCookie( name )
This API retrieves a browser cookie from the user's computer by its name. Â If a cookie is not found, null is returned.
Parameters:
name - the name of the cookie
Example:
var user = pui.getCookie("user");
This API retrieves a browser cookie from the user's computer by its name. Â If a cookie is not found, null is returned.
Parameters:
name - the name of the cookie
Example:
var user = pui.getCookie("user");
Some documentation pages have recently moved to a new section: Profound AppDev. If you are having trouble finding specific pages, try the documentation search capability or reach out to our Support team!