Re: [flexcoders] Session tracking in Flex

2009-01-06 Thread Tom Chiverton
On Tuesday 30 Dec 2008, Matt Weaver wrote: Experimentally, I've seen that if you put the session id into a cookie it will be sent along with any server calls you make from Flex. Except file upload from FireFox. There's a bug in the issue tracker for it. -- Tom Chiverton Helping to

[flexcoders] Session tracking in Flex

2008-12-30 Thread Bustanil Arifin
Hi all, I'm using Java on the server side of my application connected by BlazeDS. For authentication purpose, I use Java servlet that stores the username and password to the http session and returns the session's ID. For example, when a user hits this url -

Re: [flexcoders] Session tracking in Flex

2008-12-30 Thread Matt Weaver
Bustanil Arifin wrote: Hi all, I'm using Java on the server side of my application connected by BlazeDS. For authentication purpose, I use Java servlet that stores the username and password to the http session and returns the session's ID. For example, when a user hits this url -

Re: [flexcoders] Session tracking in Flex

2008-12-30 Thread Bustanil Arifin
I've tried it, and it works. Thanks a lot Matt. On Tue, Dec 30, 2008 at 8:47 PM, Matt Weaver mwea...@mailbolt.com wrote: Bustanil Arifin wrote: Hi all, I'm using Java on the server side of my application connected by BlazeDS. For authentication purpose, I use Java servlet that stores the