Is your application running in a frame / iframe. When you say it only
happens in IE8, how many different browsers have you tested on. Is the
privacy level set to high? If it is you will lose session cookies. Are you
sure your flex application is being loaded from exactly the same domain and
the same protocol as the parent jsp's.  All of these things can make a
difference to session handling.

On Mon, Jul 5, 2010 at 1:07 PM, Fotis Chatzinikos <
[email protected]> wrote:

>
>
> Hi again,
>
> No idea what goes wrong but you could try appending the jsessionId in the
> channelset channel's url / uri
>
>
> On Fri, Jul 2, 2010 at 9:12 PM, Jitesh Shah <[email protected]> wrote:
>
>>
>>
>> Web Server: Tomcat 6.x
>> Java Version 1.6
>>
>> 1. Below is the way remote calls are implemented
>>     <mx:RemoteObject showBusyCursor="true" id="remoteObjectGetWidgetData"
>> destination="processData" result="resultHandlerGetWidgetData(event)"
>> fault="faultHandler(event)"/>
>>
>> In script we have,
>>             remoteObjectGetWidgetData.channelSet =
>> Application.application.channelSet;
>>             remoteObjectGetWidgetData.processXmlData(inputParam1,
>> inputParam2, inputParam3);
>>
>>
>> Now our product is in J2EE and this one component is development in Flash
>> (It's basically Dashboard component displaying various graphs). So user
>> punches out to this Dashboard (basically opens a new window) and user work
>> on this to do some analysis. Let's after couple minutes when tries to access
>> the main application (without even closing Dashboard Flash component), it
>> redirects them to Login due to no session object is found.
>>
>> I can even recreate this issue by just clicking on Dashboard and go back
>> (ALT-TAB) to my application and click any option in my application and
>> session is lost. Timeout for this J2EE application is set to 60min.
>>
>> *
>> Thanx and Regards
>> --
>> Jitesh Shah, PMP
>> *
>>
>>
>> On Fri, Jul 2, 2010 at 1:35 PM, Fotis Chatzinikos <
>> [email protected]> wrote:
>>
>>>
>>>
>>> In my case there is no need to do that with remote calls ... It seems
>>> that the sessionId is send correctly even in IE.
>>>
>>> You could manually get the connection url of RemoteObject and append the
>>> session id (in the form of ;jsessionid= NOT ?jsessionid=)
>>>
>>> or programmatically create the remoteObject and add the jsessionid param
>>>
>>> Are you sure thought that it is a missing session problem? Did you use
>>> something like Charles to see your amf calls?
>>> Just asking because we do not have this problem here...
>>>
>>> We only use this with file uploads because these NEED the sesion id 100%
>>> in IE
>>>
>>>
>>>
>>> On Fri, Jul 2, 2010 at 8:21 PM, Jitesh Shah <[email protected]> wrote:
>>>
>>>>
>>>>
>>>> 1. Remote/AMF
>>>> 2. How can I append sessionid to the Remote/AMF call
>>>>
>>>>
>>>> Thanx and Regards
>>>> --
>>>> Jitesh Shah, PMP
>>>>
>>>>
>>>>
>>>>
>>>> On Fri, Jul 2, 2010 at 1:06 PM, Fotis Chatzinikos <
>>>> [email protected]> wrote:
>>>>
>>>>>
>>>>>
>>>>> What are you using to talk with your server RPC/AMF , web services ,
>>>>> http calls?
>>>>>
>>>>> You could try manually appending the jsession id to the call...
>>>>>
>>>>>
>>>>> On Fri, Jul 2, 2010 at 7:56 PM, shahjitesh <[email protected]> wrote:
>>>>>
>>>>>>
>>>>>>
>>>>>> This issue is specific to IE8 browser (in non-compatible mode)
>>>>>>
>>>>>> 1. Application is developed in Flex 3.5, BlazeDS
>>>>>> 2. When SWF is opened from JSP (in New Window) and any option in our
>>>>>> application is clicked it send the control to Login Page (as Session 
>>>>>> Object
>>>>>> is not found)
>>>>>>
>>>>>> Has anyone came across this issue or any hints for resolving the issue
>>>>>> would be much appreciated.
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>>
>>>>
>>>
>>>
>>> --
>>> Fotis Chatzinikos, Ph.D.
>>> Co-Founder,
>>> LivinData Technologies
>>> www.styledropper.com
>>> [email protected],
>>>
>>
>>
>
>
>
>
> 
>

Reply via email to