Servertec Cookie
M E N U

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

Wrappers
Server Side
Preprocessor
Executable
Make
Samples
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 transfered 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 transfered 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.
top of page
Built with iScript Copyright © 1997-1998 Servertec. All rights reserved.
Last Modified: Wed Apr 15 00:16:38 EDT 1998