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

Home -> Community -> Usenet -> c.d.o.tools -> Please Help!! Cookies, or Session table or both!?!?!?!

Please Help!! Cookies, or Session table or both!?!?!?!

From: Joe <jranseth_at_hotmail.com>
Date: 2000/06/23
Message-ID: <OjM45.16906$Pz6.110014@news1.mts.net>#1/1

My web app - 8i using stored procedures - requires about a handful of variables to be created and referenced during a users session on the site. How can I go about this?

I am currently using a few cookies to set some values, but I imagine this is not the best way to do things?
Shouldn't I insert values into a table based on a the unique session id? If so, how do I delete the record once the session is terminated? Is this idea of putting these values into a table inefficient? I know with asp, I can just create session variables and their values on the session begin, but am unsure of how to do it on 8i.

Thanks for any help offered. It is appreciated!!

--
Joe
Received on Fri Jun 23 2000 - 00:00:00 CDT

Original text of this message

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