Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Placing Cookies Using OWAS 3.0

Re: Placing Cookies Using OWAS 3.0

From: <bonanos_at_yahoo.com>
Date: Fri, 21 Aug 1998 06:38:27 GMT
Message-ID: <6rj4l4$f5a$1@nnrp1.dejanews.com>


Hi Scott

> I'm creating a web application which will have a login. I prompt the user
> for their login and password using a form, and then send that to a procedure.
> In the procedure, I check a table in the database and compare the login and
> password. If correct, I send a cookie to the user, and then call one of two
> main menus. Which menu procedure I call depends on the attributes of the
> user. In one menu, I just return some links, but in the other menu I do a
> select statement using the cookie I had just placed.
>
> Well, with the non-cookie menu, I have no problem. But, when I try to
> load the menu which calls the cookie, I get an error. After MUCH debugging, I
> have managed to narrow down the problem:
>
> It seems that there is a delay time between the placement of a cookie and
> the ability to access it.

I have the exact same problem, I just tell the users to reload their page. I wonder if this is an oracle WAS problem. A solution may be to tell the browser to commit. but how would you do that?

If you do find a soultion please post on this group

-----== Posted via Deja News, The Leader in Internet Discussion ==----- http://www.dejanews.com/rg_mkgrp.xp Create Your Own Free Member Forum Received on Fri Aug 21 1998 - 01:38:27 CDT

Original text of this message

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