Can someone tell me if these statements are true or false and if false what
is the correct answer?

- When a Flex application in a browser communicates with a php page for the
first time a session is created. This is the same behavior as user receiving
a PHP page in their browser.

- This session that is created last indefinitely with Flex applications
because Flex keeps the connection open / session alive on the server.

- Flex keeps the connection alive by periodically pinging the server.

- Sessions will never timeout due to this behavior.

- When the user navigates away from the Flex application the session will
timeout on the server.

- To manually timeout a session on the server call a page or function that
executes this code " session.destroy();" <-- not sure what the recommended
method to clear the session on the server.


Any answers will help even partial.

Reply via email to