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

 

IWriteCookie::put_Path

The IWriteCookie::put_Path method sets the Path attribute of the write-only Cookies collection to the specified value.

HRESULT put_Path(

BSTR bstrPath

);

Parameters: IWriteCookie::put_Path

bstrPath

A binary string that contains the new path.

Remarks: IWriteCookie::put_Path

You can use this method to specify that the cookie should be sent only to requests on a particular path. If this attribute is not set, the application path is used.

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