Programming Reference Manual
 
Syntax
 
object.Domain
 
Description
DNS-registered domain name of the server from which the cookie originated.
 
Part
Description
object
Evaluates to a Cookie object.
 

Data Type

String

Remarks

The client software uses this value to locate this cookie in the client's cookie store and send the cookie with all future requests to the specified domain.
 
See Also