Sun Chili!Soft ASP Sun Chili!Soft
ASP Sun Microsystems

 

IRequest::get_Cookies

The IRequest::get_Cookies method retrieves the Cookies collection of the Request object.

HRESULT get_Cookies(

IRequestDictionary ** ppDictReturn

);

Parameters: IRequest::get_Cookies

ppDictReturn

Points to an IRequestDictionary interface pointer that receives the Cookies collection.

Remarks: IRequest::get_Cookies

You can iterate through the Cookies collection with the IRequestDictionary::get_NewEnum method or retrieve a specific cookie with the IRequestDictionary::get_Item method.

Copyright 2002 Sun Microsystems, Inc. All rights reserved. Legal Notice.