03-22-2011 10:10 AM
Hi all, just to the point, can Playbook simulators' QNXStageWebView save browser session / serverside session ?
03-22-2011 11:15 AM
Yes it can but you will not have access to it or the HTML behind the QNXStageWebView. The session is destroyed locally when you dispose or destroy the object, I don't like this because your not actually telling the server to logout and can cause you to create multiple sessions server side for the same application.
The only way to access the HTML is using the urlLoader class and good luck trying to manage your browsing session with that, lol.
03-22-2011 11:39 AM
aaw... such a pity..
03-22-2011 01:18 PM
Might I suggest a webworks application, I have yet to write one but I hear this is the way to go for that type of appliction.