Re: Session from a WORequest?
Re: Session from a WORequest?
- Subject: Re: Session from a WORequest?
- From: David Teran <email@hidden>
- Date: Wed, 25 Aug 2004 11:33:59 +0200
I am writing a custom resource manager and return different images
files depending on whether the browser supports transparent pngs or
not. I am using Project wonder so there is the ERXBasicBrowser that is
part of the session object. I just cannot figure out how to get the
session object from the request. I know the request has the sessionID
string in it, but if I then create a new session object with that
session id won't it create a completely different session object, or
will it return the existing session object that is associated with
that session id?
Why do you want to use a session for this task?
ERXRequest also has a browser() method :-)
cheers David
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.