Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: cookie question
How about using the Oracle Web developers Toolkit available with Webserver 2.1, to send the cookie from a PL/SQL Program.
Regards
Hassan.
Tim.Middleton_at_health.wa.gov.au wrote:
> Hi,
>
> Iam using Oracle Webserver 2.1 and an trying to create a cookie from
> within my Cartidge.
>
> I have created a string as below and send it to the client (from 'C').
>
> sprintf(str,
> "Content-Type: text/html\nSet-Cookie: SESSION_ID=%s; \n\n<html>\n",
> session);
>
> Session Id has already been populated.
>
>
Received on Tue Sep 02 1997 - 00:00:00 CDT
![]() |
![]() |