Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Session maintenance in OAS 1.0.2.2.2a

Status
Not open for further replies.

mz74

Programmer
Aug 4, 2002
17
0
0
GB
Hi all

I am going to start work on Oracle 9i Application Server Release 1.0.2.2.2a
I have to develop an application using Web Toolkit. I have learned how to write a stored procedure that can return HTML output, using cookies and Style-sheets but still dont know how to maintain Session state.

Can anyone help in this regard?

Zaki
 
There's no out of the box session store with pl/sql webtoolkit except you are using Oracle Portal. So you have to build you own session store to keep the parameters and values. The session store we are using with Oracle POrtal is just a table which will keep all parameters and values for a session. When adressing the session store you need to identifiy the request through cookie handling.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top