Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Adobe AIR Development

Reply
Contributor
gumpyboy
Posts: 39
Registered: ‎09-25-2010

QNXStageWebView save Browser Session in Playbook device?

Hi all, just to the point, can Playbook simulators'  QNXStageWebView save browser session / serverside session ?

Please use plain text.
Regular Contributor
L7ColWinters
Posts: 82
Registered: ‎11-12-2010
My Carrier: Verizion

Re: QNXStageWebView save Browser Session in Playbook device?

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.

Please use plain text.
Contributor
gumpyboy
Posts: 39
Registered: ‎09-25-2010

Re: QNXStageWebView save Browser Session in Playbook device?

aaw... such a pity..

Please use plain text.
Regular Contributor
L7ColWinters
Posts: 82
Registered: ‎11-12-2010
My Carrier: Verizion

Re: QNXStageWebView save Browser Session in Playbook device?

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.

Please use plain text.