If I start an application a second time, then you get the message "Redirecting to already running application..." and the already started application gets the focus. The main problem is if the application crashes or needs to be closed with the Windows Task Manager, then I cannot start the application again as long as the session timeout does not happen. So, how can I start an application multiple times?

asked 14.11.2011 at 11:51

Philipp%20Haslinger's gravatar image

Philipp Hasl...
(suspended)
accept rate: 100%


Rich Dialog applications are hard wired with the session of the web browser from which the application/process was started. So to start multiple instances, you have two ways:

  • Close all windows of your web browser (all of them!, e.g. including the download window) to close the session. Then start your browser again to get a new session and you can start the application again.
  • It's much easier if you have multiple browsers installed. To start a second instance of your application, open the second browser and start it from there.
link

answered 28.11.2011 at 06:44

Reto%20Weiss's gravatar image

Reto Weiss ♦♦
4.9k202857
accept rate: 74%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×40

Asked: 14.11.2011 at 11:51

Seen: 1,969 times

Last updated: 14.11.2011 at 11:51