create a WebSession subclass and instead fo storing it in your page stored it there instead. then you can get to it from anywhere.

-Igor

On 3/16/06, Vincent Jenks <[EMAIL PROTECTED]> wrote:
If objects used in a page are stored in a session, how do I access those objects when I redirect to a new page?  Say I have public users who login and I want to display their name on pages and keep their user info in-session...on each page, how would I call those values?

Thanks!

Reply via email to