Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Anyone has experience using OAS building Web applications ? PROBLEM: Web client session - retaining values during session life.
Dans l'article <7u1muf$uie$1_at_as102.tel.hr>, keso <keso_at_hep.tel.fer.hr>
écrivait :
> So if I wold want to store some user-input like username into a variable
> that has a scope of session (dies when Web client session dies), I don't
> know how to accomplish this.
>
Under certain conditions, I use the "hack of the hidden form"...
If you only need your persistent variables for a client-side usage AND your application runs inside a frame AND at least one of your frames is not refreshed (e.g. menu or logo) AND JavaScript is enabled on your clients:
Remark: if an user refresh the entire document, your values will be lost.
[fu2 comp.databases.oracle.tools]
--
Th. Thomas
Freeze Peaches on the Nett ! - http://altern.org/graffitit
Received on Wed Oct 13 1999 - 15:54:57 CDT
![]() |
![]() |