
June 6th, 2002, 12:10 AM
|
|
Junior Member
|
|
Join Date: Jun 2002
Location: Sri Lanka
Posts: 4
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
ORACLE PDK help needed
Hi everyone
I m developing a web site with Oracle 9iAS PDK. But I ahve a problem with setting COOKIES. I tried the default methods but I couldn't set or get cookies. I used the following code.
Oracle_Cookie_id OWA_COOKIE.COOKIE ;
owa_util.mime_header ('text/html', FALSE);
owa_cookie.send (Oracle_Cookie_id , xsession_id, sysdate+1);
owa_util.http_header_close;
Can anyone pls help me come out of this problem
|