Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: PL/SQL Toolkit - deleting cookies?
In article <1142270427.113357.293370_at_i39g2000cwa.googlegroups.com>,
hpuxrac says...
> You cannot open the mime header more than once per page I think ( at
> least successfully ).
>
> A while ago I wrote a large plsql application using session based
> cookies that worked just peachy. It's been a long time though so I am
> not dredging up too successfully too many of the idiosyncracies that I
> recall from the web toolkit.
>
> After you do the remove can you stick in a new value that overwrites
> what the old value was?
>
> Are you experimenting with more than one browser? Are the cookies
> getting yanked correctly from at least one of the browser types you are
> testing with?
>
>
It is linked to the path setting.
If I set the cookie with a path of '/' then for some reason I am unable to remove them even if I specify the path in the owa_cookie.remove call.
So this would appear not to be an Oracle issue (unless there is a bug in owa_cookie.remove in the code it generate to set the expiration date of a cookie with / as the path.
More testing to do.
:)
-- jeremyReceived on Mon Mar 13 2006 - 11:28:49 CST
![]() |
![]() |