|
cookie_record record structure and table |
|
In the wwpro_api_provider API package, the cookie_record contains cookie details provided during login. The cookie_record record structure is: type cookie_record is record (
);
Cookie table The cookie table is a table structure that contains a list of cookies. type cookie_table is table of cookie_record index by binary_integer; |
|||||||||||||||||||
|
Note |
|
A cookie is a set of data that a Web site sends to a browser when a user visits the site. |
|
The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio |