• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: WO Context() null in Session Constructor
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: WO Context() null in Session Constructor


  • Subject: Re: WO Context() null in Session Constructor
  • From: Chuck Hill <email@hidden>
  • Date: Mon, 25 Oct 2010 12:37:43 -0700

That information is not available until awake() is called.


On Oct 25, 2010, at 10:55 AM, Joe Moreno wrote:

> Hi all,
>
> 	I'm probably not remembering my WO request/response loop correctly.
>
> 	When a WO Session is created I'd like to find out the host name of the request so I tried to log that info in the Session's constructor (see code snippet below). Unfortunately, the context() is null at this point.
>
> 	Where's the best place to figure out the remote host that created a session if not in the session's constructor?
>
> Thanks,
> Joe
>
>
>     public Session()
>     {
>         super();
> 	NSLog.debug.appendln("========== Session Created ==========");
> 	this.setStoresIDsInCookies(true);
> 	this.setStoresIDsInURLs(false);
>         this.setDefaultEditingContext( ERXEC.newEditingContext() );
> 	String remoteHostName = this.context().request().headerForKey("remote_host");
> 	NSLog.debug.appendln("Remote host name = " + remoteHostName);
>     }
>
>
>
> _______________________________________________
> 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

--
Chuck Hill             Senior Consultant / VP Development

Practical WebObjects - for developers who want to increase their overall knowledge of WebObjects or who are trying to solve specific problems.
http://www.global-village.net/products/practical_webobjects







Attachment: smime.p7s
Description: S/MIME cryptographic signature

 _______________________________________________
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

  • Follow-Ups:
    • Re: WO Context() null in Session Constructor
      • From: David LeBer <email@hidden>
References: 
 >WO Context() null in Session Constructor (From: Joe Moreno <email@hidden>)

  • Prev by Date: Re: OpenJDK, Java and Mac
  • Next by Date: Re: WO Context() null in Session Constructor
  • Previous by thread: WO Context() null in Session Constructor
  • Next by thread: Re: WO Context() null in Session Constructor
  • Index(es):
    • Date
    • Thread