Oracle9iAS Portal Developer Kit

get_cookie_domain function

Contained in package wwctx_api.

Call this function to get the name of the domain for which the cookie is valid.

function get_cookie_domain

return varchar2;

Version: Oracle Portal 3.0.6.6.5 or later

Returns:

This function returns the domain name specified for the cookie.

Exceptions:

This function raises no user-defined exceptions.

Example:

l_domain varchar2(2000);
l_domain := wwctx_api.get_cookie_domain;

Related topics

The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio