Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » SWT Browser and sessions
SWT Browser and sessions [message #464811] Wed, 30 November 2005 09:29 Go to next message
Pasi Lehtimäki is currently offline Pasi LehtimäkiFriend
Messages: 9
Registered: July 2009
Junior Member
Hi.
I need to launch multiple browsers with separate sessions (ie. different
browser instances). Currently I do this in a multipage editor to create
new browser with different URLs in each page:

for (int i = 0; i < uas.length; i++) {
Browser tmp = new Browser(getContainer(), 0);
tmp.setUrl("<url>");
addPage(tmp);
}

The problem here is that each of the pages seem to contain the very same
browser instance (Mozilla) and therefore each of the browsers have same
user session in app server.

I need to create separate browsers on each page with separate sessions.
Any tips how to do that?

Thanks!
-Pasi
Re: SWT Browser and sessions [message #464813 is a reply to message #464811] Wed, 30 November 2005 10:54 Go to previous message
Alex Blewitt is currently offline Alex BlewittFriend
Messages: 946
Registered: July 2009
Senior Member
I don't think there's support to do this currently. You could file an enhancement request at https://bugs.eclipse.org (registration required).

Alex.
Previous Topic:New data binding framework
Next Topic:Scrollpane
Goto Forum:
  


Current Time: Tue Apr 23 13:55:07 GMT 2024

Powered by FUDForum. Page generated in 0.03257 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top