Re: [flexcoders] Session Management

2006-06-16 Thread sreedhar reddy
Hi Abdul, Thanks for your reply. What I meant by maintain session is that I want to be able to close the browser window, reopen it, come back to the same website, and have the site remember my preferences without logging in again. Essentially a "remember me" option. An example is

Re: [flexcoders] Session Management

2006-06-16 Thread Carlos Rovira
You should look at the Flash Player's SharedObject feature, is like a cookie but much better. Is nothing new and is available since Flash Player 6.On 6/16/06, sreedhar reddy [EMAIL PROTECTED] wrote: Hi Abdul, Thanks for your reply. What I meant by maintain

Re: [flexcoders] Session Management

2006-06-16 Thread Tom Chiverton
On Friday 16 June 2006 11:23, sreedhar reddy wrote: to be able to close the browser window, reopen it, come back to the same website, and have the site remember my preferences without logging in again. Essentially a remember me option. An example is www.pandora.com. AFAIK there is nothing in

RE: [flexcoders] Session Management

2006-06-16 Thread Daniel Tuppeny
Can't you save the data in a cookie? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of sreedhar reddySent: 16 June 2006 11:23To: flexcoders@yahoogroups.comSubject: Re: [flexcoders] Session Management Hi Abdul, Thanks for your reply. What I meant by maintain

Re: [flexcoders] Session Management

2006-06-16 Thread Carlos Rovira
: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of sreedhar reddySent: 16 June 2006 11:23To: flexcoders@yahoogroups.comSubject: Re: [flexcoders] Session Management Hi Abdul, Thanks for your reply. What I meant by maintain session is that I want to be able to close the browser

RE: [flexcoders] Session Management

2006-06-16 Thread Daniel Tuppeny
@yahoogroups.comSubject: Re: [flexcoders] Session Management You should look at the Flash Player's SharedObject feature, is like a cookie but much better. Is nothing new and is available since Flash Player 6. On 6/16/06, sreedhar reddy [EMAIL PROTECTED] wrote: Hi Abdul, Thanks for your reply

RE: [flexcoders] Session Management

2006-06-16 Thread Daniel Tuppeny
e the data in a cookie? From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of sreedhar reddySent: 16 June 2006 11:23To: flexcoders@yahoogroups.comSubject: Re: [flexcoders] Session Management Hi Abdul, Thanks for your reply. What I meant by maintain session

Re: [flexcoders] Session Management

2006-06-15 Thread Abdul Qabiz
Hi Sreedhar,When you say maintain session, I take it as maintain session across the pages, right?In RIA world, there is no concept of pages and everything is a view. I can tell you one of the ways,I have tried. 1) With Flash Remoting or OpenAMF gateway:-Added a servlet filter on server, this

RE: [flexcoders] Session Management

2006-06-15 Thread Carson Hager
You don't need FDS for this. You can use plain old Flex to do it. Carson Carson Hager Cynergy Systems, Inc. http://www.cynergysystems.com Email: [EMAIL PROTECTED] Office: 866-CYNERGY Mobile: 1.703.489.6466 From:

Re: [flexcoders] Session Management Authentication

2005-02-08 Thread JesterXL
Just as a side note, for one project, I would receive a user token, and pass this to server-side methods so the server could identify who I was if it needed to find info, AND it used this to determine I was logged in. Wasn't much of a deal for me...just didn't know if there was a better way.

Re: [flexcoders] Session Management Authentication

2005-02-08 Thread Tarik Ahmed
9:00 AMTo: flexcoders@yahoogroups.comSubject: Re: [flexcoders] Session Management AuthenticationJust as a side note, for one project, I would receive a user token, and pass this toserver-side methods so the server could identify who I was if it needed to find info, AND it used this to determine I