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 -> static variables across HTTP calls

static variables across HTTP calls

From: <pbyrne_at_ie.oracle.com>
Date: Mon, 29 Mar 1999 16:05:25 GMT
Message-ID: <7do8bv$c5i$1@nnrp1.dejanews.com>


I am writing an application using the web toolkit and am trying to find a way of storing a package variable to preserve it's value between HTTP calls. Specifically I want to store a User ID from a login screen after clicking on the form submit button. I know that cookies can be used for this purpose but are not really suitable for my purposes since they are stored on the client and can be modified manually.

A possible solution might involve using some sort of 'current session id' type variable that would allow me to store the variable contents in a table with the session_id as key field though I don't know how to do this.

If anyone has any suggestions then I would be very grateful.

Thanks,
Pascal

-----------== Posted via Deja News, The Discussion Network ==---------- http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own Received on Mon Mar 29 1999 - 10:05:25 CST

Original text of this message

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