Re: [flexcoders] HttpRequest and HttpSession access in Remote Obj ect

2005-05-10 Thread Pradeep Chaudhary
gt; > > > > > > > > > > > > > > -Original Message- > > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] > On > > > Behalf Of Brett Palmer > > > Sent: Friday, May 06, 2005 1:53 AM > > >

Re: [flexcoders] HttpRequest and HttpSession access in Remote Obj ect

2005-05-09 Thread James Ward
ormation, however, I can not suggest what might be > > wrong. > > > > > > > > > > -Original Message- > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > > Behalf Of Brett Palmer > > Sent: Friday, May 06, 2005 1:

Re: [flexcoders] HttpRequest and HttpSession access in Remote Obj ect

2005-05-08 Thread Pradeep Chaudhary
> > -Original Message- > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of Brett Palmer > Sent: Friday, May 06, 2005 1:53 AM > To: flexcoders@yahoogroups.com > Subject: Re: [flexcoders] HttpRequest and HttpSession access in Remote > Obj ec

Re: [flexcoders] HttpRequest and HttpSession access in Remote Obj ect

2005-05-06 Thread James Ward
Hey Brett & Pradeep, Flex 1.5 uses the flashgateway.Gateway.getHttpRequest(), flashgateway.Gateway.getHttpResponse(), and flashgateway.Gateway.getServletConfig() methods. To use these methods, you must have the WEB-INF/lib/flashgateway.jar file in your classpath. Taken from http://www.macromedia.

RE: [flexcoders] HttpRequest and HttpSession access in Remote Obj ect

2005-05-06 Thread Peter Farland
ore information, however, I can not suggest what might be wrong. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Brett Palmer Sent: Friday, May 06, 2005 1:53 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] HttpRequest and HttpSession a

RE: [flexcoders] HttpRequest and HttpSession access in Remote Obj ect

2005-05-06 Thread Peter Farland
-Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Brett Palmer Sent: Friday, May 06, 2005 1:53 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] HttpRequest and HttpSession access in Remote Obj ect I think Pradeep's question i

Re: [flexcoders] HttpRequest and HttpSession access in Remote Obj ect

2005-05-05 Thread Brett Palmer
I think Pradeep's question is the same as mine. Is there a method in Flex to gain access to the webcontainers session information? We need this because we have a lot of existing server side code that uses a session object to determine login status, user rights, etc. We also use sessions to help

RE: [flexcoders] HttpRequest and HttpSession access in Remote Obj ect

2005-05-05 Thread Matt Chotin
Hmm, that seems odd considering we need a request to reach the RemoteObject.  You’re not spawning a thread are you?   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Pradeep Sent: Thursday, May 05, 2005 4:48 AM To: flexcoders@yahoogroups.com Subject: [fle