If a user closes the browser the current task he is working on is not correctly finished.

The java script function onunload is not usable because you can not decide if it was called because of a call or because the browser was closed.

Any solution?

asked 25.05.2010 at 04:40

Jan%20Fuhrmann's gravatar image

Jan Fuhrmann
(suspended)
accept rate: 0%


It is not possible to hinder a user to close his browsers. It is also not possible to check this 100% on the client side.

If the user closes the browser the task he is currently working on is still active. If the user starts a new browers and logs in then he can reactivate his currently working tasks.

After the session of the old browser timeouts (by default after 30 minutes) the currently working tasks of the session are resetet and therefore any user allowed to work on the tasks can sees them now again in its work list.

link

answered 26.05.2010 at 06:21

Ingmar%20Busch's gravatar image

Ingmar Busch
(suspended)
accept rate: 100%

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:

×24

Asked: 25.05.2010 at 04:40

Seen: 2,613 times

Last updated: 25.05.2010 at 04:40