Re: [flexcoders] Re: Authentication - please help

2006-07-12 Thread Tom Chiverton
On Wednesday 12 July 2006 03:46, Dmitry Miller wrote: The only question that I have about your approach is how do I show the u/p form without leaving the page when my session expires? Also, it You could have the app call a 'ping' method on the server to stop the session timing out. would be

[flexcoders] Re: Authentication - please help

2006-07-12 Thread Dmitry Miller
Thanks a lot, Tom. This is what I will end up doing. --- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED] wrote: On Wednesday 12 July 2006 03:46, Dmitry Miller wrote: The only question that I have about your approach is how do I show the u/p form without leaving the page

[flexcoders] Re: Authentication - please help

2006-07-11 Thread Dmitry Miller
Tom, hi First of all, thanks a bunch for your response. Are you planning to implement session management yourself or are you planning to reuse FlexSession? If you are choosing 1st route, would you be able to make your home brewed session repository work in a clustered environment? Or if you are

[flexcoders] Re: Authentication - please help

2006-07-11 Thread Dmitry Miller
Toku. The only question that I have about your approach is how do I show the u/p form without leaving the page when my session expires? Also, it would be great if I could silently reauthenticate. Any thoughts? --- Dmitry --- In flexcoders@yahoogroups.com, Toku Mitzurugi [EMAIL PROTECTED]