Paul,
I assume you are asking if you can store something in a session to share between pages. Yes, you can store an object (such as a Hashtable) in the session object. You can use session.setAttribute(key, value) or session.getAttribute() to retrieve it.

David

On 11/20/2002 10:31 PM, [EMAIL PROTECTED] wrote:

Hello,
Can anyone tell me, can a hash table be defined as a session and retrieved from another page as can an array?

Thanks

Paul.


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to