[flexcoders] Caching state of a module

2008-10-19 Thread Abdul Razak PM
Hi, I have an application which using a module loader. I want to go back to the first module after seeing second module. I used browser history for this, but it could not keep the state of the first module(i could keep only the module url and reload it). have any other way..? regards,

[flexcoders] Re: How to make an RPC call secure

2008-10-13 Thread Abdul Razak PM
Authentication is least secured. So we can say that upto some extent we can secure our application. But we can't challenge. Thanks, with Regards, Jitendra Jain - Original Message From: Abdul Razak PM [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Saturday, 11 October, 2008

[flexcoders] Re: How to make an RPC call secure

2008-10-11 Thread Abdul Razak PM
From: Abdul Razak PM [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Saturday, 11 October, 2008 9:34:29 AM Subject: [flexcoders] Re: How to make an RPC call secure Hi All, I'm a newbie in flex, My searches and adobe gives a of links but I need to get specified in my topic. Those

[flexcoders] Re: How to make an RPC call secure

2008-10-10 Thread Abdul Razak PM
chance to get answer from others who could kindly answer to me , even it's blonder. all are not genious like but everybody uses google and adobe docs first. Regards, Razak --- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED] wrote: On Thursday 09 Oct 2008, Abdul Razak PM wrote

[flexcoders] Re: How to make an RPC call secure

2008-10-08 Thread Abdul Razak PM
] wrote: On Wednesday 08 Oct 2008, Abdul Razak PM wrote: Yes Both flex and Java are my codes. Flex using Cairngorm framework for Java uses spring and tomcat TLS with client certificates then. Probably using digest authentication, if you can. -- Tom Chiverton Helping

[flexcoders] Re: How to make an RPC call secure

2008-10-07 Thread Abdul Razak PM
Do you control both ends ? Yes Both flex and Java are my codes. Flex using Cairngorm framework for Java uses spring and tomcat Razak --- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED] wrote: On Monday 06 Oct 2008, Abdul Razak PM wrote: I want to make an RPC java call

[flexcoders] How to make an RPC call secure

2008-10-06 Thread Abdul Razak PM
I want to make an RPC java call secure? How I could do it? shall I get some good links to know more about Flex Java Security ? can I achieve it through session management? If so How?