Re: Tap 5.0.11 How to store Session id in ASO

2008-05-05 Thread Shing Hing Man
I have found a solution. I need to inject the shadow service HttpServletRequest into my ASO. Shing --- Shing Hing Man <[EMAIL PROTECTED]> wrote: > I need to retrieve the http session id. One way to > get > session id is to inject > RequestGlobals into my page and then get the > HttpRequest

Re: Tap 5.0.11 How to store Session id in ASO

2008-05-05 Thread Howard Lewis Ship
Seems like an odd request. Assuming you are storing the ASO in the session (the only option with the default implementatons), then you (or the servlet API) must already know the session id (i.e., from the request object, from cookie in the request). So storing it in the ASO isn't useful. You cou