Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Linux Oracle WebDB (or Application Server) Cookie

Linux Oracle WebDB (or Application Server) Cookie

From: T . <tscn_at_my-deja.com>
Date: Fri, 04 Feb 2000 02:03:35 GMT
Message-ID: <87dc1m$9ck$1@nnrp1.deja.com>


Anyone able to use the "owa_cookie" package? It doesn't seems to be able to write or read cookies. Nothing appears in the cookie file within the browser. Could it be security issue on the server itself?

Example within a procedure;
begin

 owa_util.mime_header('text/html', FALSE);
 owa_cookie.send('ITEM1','test1');
 owa_cookie.send('ITEM2','test2');
 owa_util.http_header_close;

 htp.htmlOpen;
 ...
 ..

/T

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Thu Feb 03 2000 - 20:03:35 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US