Servertec Cookie
Reference Manual
Conventions
Scriptlets
Data Types
Constants
Variables
Procedures
Operators
Statements
Objects
Array
Config
Context
Cookie
Cookie( )
expires( )
getDomain( )
getExpires( )
getName( )
getPath( )
getValue( )
isSecure( )
setDomain( )
setExpires( )
setIsSecure( )
setPath( )
setValue( )
toString( )

Date
Enumeration
File
FileDescriptor
Hashtable
Internet
IO
JDBC
Number
Object
Properties
Random
Request
RequestDispatcher
Response
Session
SqlTypes
Stack
StreamTokenizer
String
StringBuffer
StringTokenizer
System
Vector

Wrappers
Servlet
Server Pages
Preprocessor
Executable

Return

 

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
Copyright © 1998-2005 Servertec. All rights reserved.
Privacy Statement.
Last Modified: Mon Sep 05 14:25:25 EDT 2005