Yes, you can use the session.setAttribute () feature, which takes an object and string (I can't remember the order) .
Later when you do session.getAttribute(), make sure you cast it back to the object that you want. Be mindful of invalid sessions.

[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