Servertec   Cookie
Content
Introduction
Release Notes
Features
FAQs
Requirements
Installation
Change Log
Future Plans
Knowledge Base
Reference Manual
Conventions
Scriptlets
Data Types
Constants
Variables
Procedures
Operators
Statements
Objects
Array
Cookie
Date
Enumeration
File
FileDescriptor
Hashtable
Internet
IO
JDBC
Number
Object
Properties
Random
Request
Response
SqlTypes
Stack
StreamTokenizer
String
StringBuffer
StringTokenizer
System
Vector

Wrappers
Servlet
Server Side
Preprocessor
Executable
Samples
Sales
Legal
Feedback

 

Used for cookie objects.

Method Description
Cookie( ) Returns a new cookie object set to the specified value.
expires( ) Returns the GMT string representation of the expiration date of the specified cookie object.
getDomain( ) Returns the domain name of the specified cookie object.
getExpires( ) Returns the expiration date of the specified cookie object.
getName( ) Returns the name of the specified cookie object.
getPath( ) Return the path of the specified cookie object.
getValue( ) Returns the value of the specified cookie object.
isSecure( ) Returns whether the specified cookie is transferred over a secured connection.
setDomain( ) Sets the domain name of the specified cookie object.
setExpires( ) Sets the expiration date of the specified cookie object.
setIsSecure( ) Sets whether the specified cookie object is transferred over a secures connection.
setPath( ) Sets the path of the specified cookie object.
setValue( ) Sets the value of the specified cookie object.
toString( ) Returns the string representation of the specified cookie object.

Notes

    These methods are only accessible by ss and by iScript Servlet.
 top of page
 Built with iScript Copyright © 1997-1999 Servertec. All rights reserved.
Last Modified: Tue Jan 26 22:19:03 EST 1999