IMHO U can't read/set HTTP Cookies from SWF file directly, but u can read it from javascript on the page and pass it to Flex (swf)
Alex -----Original Message----- From: viraf_bankwalla [mailto:[EMAIL PROTECTED] Sent: Friday, March 18, 2005 4:59 PM To: [email protected] Subject: [flexcoders] Re: Deploying Flex Applications Thanks for the response. 1. How do I verify that caching is enabled ? 2. When I refer to cookies, I am refering to HTTP cookies. My understanding from the read on the cookie subject is that Flex has its own cookies. When going through load balancers / SSL proxies, cookies play an important role, and I wanted to verify that Flex (or Flash I should say) would honor the cookies. - viraf --- In [email protected], "Jeff Steiner" <[EMAIL PROTECTED]> wrote: > I will take a shot at answering some of your questions. > > The Flex app (SWF) is cached by default on the client. This is assuming > that the client has caching enabled. If your application has been cached on > a client machine - the next time they visit your site a small time/date > check is executed to verify that the client is running the latest and > greatest version of your Flex app. No changes to your application = does > not download it again. > > I believe that I understand your question about serving data from a > different machine than is serving the Flex applications. Simply point your > applications to the dataproviders - there is no limitation that says your > datasource (RO / HTTPService / WebService) has to reside on your Flex > server. > > Cookies question has been answered - but for any newcomers, check out > SharedObjects. > > We use BigIP for production machines where I work. I have had no issues > hiding my Flex servers behind a VIP. > > Let me know if I can help you firther, Jeff > http://www.flexauthority.com > > ----- Original Message ----- > From: "viraf_bankwalla" <[EMAIL PROTECTED]> > To: <[email protected]> > Sent: Thursday, March 17, 2005 7:25 PM > Subject: [flexcoders] Deploying Flex Applications > > > > > > > > Hi, > > > > I am experimenting with Flex for an application and wanted to > > inquire about deployment options. Has anyone deployed flex in real- > > world application, high volume web application, and would they be > > willing to share their experiences. > > > > Here are some questions: > > > > + Is there a way to cache the flex application on the client. > > + Is there a way to have the cached client application refreshed > > (say a new version is released) > > + I would like my Flex application served from another server farm > > than the application. Is this possible ? How would the web > > application initiate the flex application and what are the > > constraints on the web app providing HTTP Services to the flex > > application. > > + How are cookies etc manged by Flex / Flash Has someone deployed an > > + application through a load balancer (such > > as F5's BigIP or Cisco)? > > > > Thanks. > > > > > > > > > > > > > > Yahoo! Groups Links > > > > > > > > > > > > > > Yahoo! Groups Links Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

