Re: Servlet HttpSession in webobjects?
Re: Servlet HttpSession in webobjects?
- Subject: Re: Servlet HttpSession in webobjects?
- From: Lachlan Deck <email@hidden>
- Date: Wed, 13 Feb 2008 13:30:12 +1100
On 13/02/2008, at 1:21 PM, Jeff Schmitz wrote:
Same question, just a better subject line.
Hello,
If I have a Java servlet that gets a session variable from an
http request as follows:
protected void doGet(HttpServletRequest request,
HttpServletResponse response) throws ServletException, IOException {
HttpSession session = request.getSession();
How might I go about retrieving the same session variable in a
WebObjects 5.3 directAction?
See WOServletContext.httpSession()
with regards,
--
Lachlan Deck
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden