Re: Spring 2.0 Session scope beans

2007-08-01 Thread Chris Pratt
Your best bet is to write it as an Interceptor and add it to your default interceptor stack. (*Chris*) On 8/1/07, Jiang, Jane (NIH/NCI) [C] <[EMAIL PROTECTED]> wrote: > Hi, > > I am experimenting with the Session scope beans. I was able to define > on and verify that one bean is created and ass

Spring 2.0 Session scope beans

2007-08-01 Thread Jiang, Jane (NIH/NCI) [C]
Hi, I am experimenting with the Session scope beans. I was able to define on and verify that one bean is created and associated with each session. Could I get access to the session from the bean? I plan to use this bean to store user information. I need to get the user id from the request head