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 -> Session-object in WebToolkit PL/SQL

Session-object in WebToolkit PL/SQL

From: Anders Gunnare <Anders.Gunnare_at_frontec.se>
Date: Thu, 21 Oct 1999 21:15:24 +0200
Message-ID: <380F664C.8C3A6D2@frontec.se>

Hello World,

Can I have a "Session-object" in an application, if so how ?

For example:
A user access http://mydomain/erb/DEMO.start.1   Here I set a "session-object" to '1'
After a while the same users acces http://mydomain/erb/DEMO.start.3456   Here would I like to "look" at my session-object which was set in ...start.1

In Microsofts ASP-tech this can be done with <%
Session("mySessionObject") = "1"
%>

Best regards
Anders Gunnare Received on Thu Oct 21 1999 - 14:15:24 CDT

Original text of this message

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