SparkWeb - automatically log in

I have to integrate SparkWeb with my application. I’ve got two questions:

  • When I refresh the page it logs me out, why?

  • Can I add some parameters to request to log in automatically? I can’t use because each user will have different login and password.

Thanks for any help

SparkWeb is actually a flash client, so if the page is refreshed, all of the information within that flash client is lost, including your current connection and login credentials.

As for the auto login, the only paramaters you can set are those discussed in the document you linked. If you’d like each user to be automatically, you can modify the script that sets the configuration for each user. So instead of setting POST paramaters, you’d be setting javascript variables.

Hope this helps,

~Sean