Re: OAS Session variables (PL/SQL)

From: Arndt Binninger <a.binninger2_at_deutsche.post.de>
Date: 1999/10/07
Message-ID: <37FC9936.5952943E_at_deutsche.post.de>#1/1


Hi Vedran,

HTTP is a transaction-less protocol, so each query you run against a database is a new
session (for Oracle of course, not for you). So the only way to hold session variables is to store it in a table.

Arndt

keso wrote:

> Does anyone knows how to implement session variables (variables with session
> scope) in OAS ?
> Is that feature supported by OAS or the only solution is to store all
> 'session' variables for each session in a table ?
>
> I would greatly appreciate any help.
>
> Vedran
Received on Thu Oct 07 1999 - 00:00:00 CEST

Original text of this message