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 -> cookie question

cookie question

From: <Tim.Middleton_at_health.wa.gov.au>
Date: 1997/09/02
Message-ID: <873187718.7834@dejanews.com>#1/1

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.

It does not seem to create the cookie. I have checked all the www* groups and the way i have done it appears to be correct.

Any help would be appreciated.

Thanks

// Tim Middleton
// DMR Consulting Group Australia
// Tim.Middleton_at_health.wa.gov.au

PS.
Please email me.

-------------------==== Posted via Deja News ====-----------------------
      http://www.dejanews.com/     Search, Read, Post to Usenet
Received on Tue Sep 02 1997 - 00:00:00 CDT

Original text of this message

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