12-02-05 10:45 PM
I'm not sure what you're trying to do, but you should be able to just share
information via the HttpSession- for example, you can access http session
variables in a transformation jsp or in HATS business logic.
Thanks,
Alisa
"Gary Martin" <GaryRMartin@insightbb.com> wrote in message
news:dm2229$aacs$1@news.boulder.ibm.com...
> Is it possible to put "my" servlet(s) in the same web module (servlet
> context) as HATS and
> "share" information via the HttpSession? For example, can one of "my"
> servlets
> read the value of a HATS Global Variable? Can HATS read the value of
> an attribute one of "my" servlets sets in the HttpSession?
>
>
> If so, is it best practice to design the application so
> that HATS creates and invalidates the session?
>
>
[ Post a follow-up to this message ]
|