views:

5

answers:

0

How do you securely connect a flash application within an Ajax menu - and keep the flash session when the Ajax menu is closed?

Example, click the A-jax menu which slides open thus revealing a flash application - log into the flash app takes you do some other secure menus (it's connecting via secure connection) but when I close the a-jax menu my flash application goes back to the beginning thus when I reopen the A-jax menu i again have to re-log in and start allover if i was working on anything. :(

Is there a better way to do this? Goals: - secure login from 3rd party site that isn't secure - save session when closing ajax menu and reopening it later ( session time out of course) I though flash would be the best way to do this since the database key would be hidden server side and could pass certs to the flash application for validating it.

Thanks!