hello,

i want to open several ie windows but the problem is that when i use window.open only one ieexplorer thread is used no matter how many windows i open which is causing me session time out problems when closing one of the windows so my question is can u please help me find a way to start a new process each time i open a new window?

i am using ie 7 and windows 2003 server

thanks in advance

Joe

> can u please help me find a way to start a new process each time i
> open a new window?

AFAIK, you can't. You don't get to decide how a request for a link to be opened in a new window is treated by the browser; it can open in a new tab in case of tabbed browsers or in a separate browser process in case of browsers which don't support tabs.

This is mostly a server side / server configuration issue and largely depends on the technique used for session persistence and the server environment used.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.