Re: WebDB Stored Proc to set and get cookie...

From: Klaus Zeuch <KZeuch_at_nospamhotmail.com>
Date: 2000/08/03
Message-ID: <8mcmd6$kka$18$1_at_news.t-online.com>#1/1


Hi,

you can use the owa_cookie package of the pl/sql web toolkit. Sending a cookie: owa_cookie.send(cookie name, cookie value, date of expiration, path, domain, secure)
Get a cookie: owa_cookie.get(cookie name)

For details see the documentation for oracle application server, pl/sql web toolkit (at http://technet.oracle.com)

Klaus

"Kelly" <kgrigg_at_diamonddata.com> schrieb im Newsbeitrag news:8mcdt5$6ca$1_at_nnrp1.deja.com...
> Hello all,
> I'm trying to write a stored procedure to set and get a cookie. I'm
> going to try to do this to save state and generate a link to call a form
> and set it _alt_rowid....
>
> If someone has an example...please send it on...I'm close...but,
> stuck...
>
> Thanx,
>
> Kelly
> kgrigg_at_diamonddata.com
>
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
Received on Thu Aug 03 2000 - 00:00:00 CEST

Original text of this message