I googled some keywords picked up from your reply and found some useful stuff and I think it will workout for me.
Thanks a lot... 2010/1/10 Elias Mårtenson <[email protected]> > On 9 Jan, 16:53, Prashant Gupta <[email protected]> wrote: > > I tried following code, getting null all the time. > > > > public static HttpSession getSession(){ > > return new ThreadLocal<HttpServletRequest>().get().getSession(); > > > > } > > You also need to create a filter where you actually put the data in > the TheadLocal. I am just about to go out, so I don't actually have > time to write the code for you. Sorry about that. > > Regards, > Elias > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine for Java" group. > To post to this group, send email to > [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-appengine-java%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine-java?hl=en. > > > >--
You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to [email protected].
For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
