Servertec isSecure( )
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
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
Samples
Legal
Contact Us

 

Returns whether the specified cookie is transferred over a secured connection.

Syntax

    isSecure( cookie )
    cookie.isSecure( )

Parameters

    cookie a cookie object to use.

Returns

    boolean whether the cookie is transferred over a secured connection.
    true if transferred over a secure connection.
    false if not transferred over a secure connection.

Notes

    This method is only accessible by ss and by iScript Servlet.

Example

    if cookie.isSecured( ) then
        break
    end
    
 top of page
Copyright © 1998-2005 Servertec. All rights reserved.
Privacy Statement.
Last Modified: Sun Sep 04 14:56:08 EDT 2005