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

Home -> Community -> Usenet -> c.d.o.server -> PL/SQL Toolkit - deleting cookies?

PL/SQL Toolkit - deleting cookies?

From: Jeremy <jeremy0505_at_gmail.com>
Date: Mon, 13 Mar 2006 16:44:37 -0000
Message-ID: <MPG.1e7fb1c6c4915cc598a12c@news.individual.net>

Hi everyone... can any of you shed some light on why the following doesn't remove the cookie?

Here is the simple procedure:

create or replace procedure lo
is
BEGIN

  owa_util.mime_header('text/html', false);
  owa_cookie.remove('ccp_user100292','102210:148256');
  owa_util.http_header_close;

end lo;
/

Then I run this from a browser but the cookie remains unaltered. My browser is reporting the cookie as existing like this:

Name	ccp_user100292
Value	102210:148256
Host	acer
Path	/
Secure	No
Expires	At End Of Session


I am guessing it is something I am not doing that I should be... but what?

Thanks....

-- 
jeremy

We use Oracle 9iR2 on Solaris 8 with the Oracle HTTP Server and 
mod_plsql
Received on Mon Mar 13 2006 - 10:44:37 CST

Original text of this message

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