Hi Babynus,
have following issue: A refresh of web site lead to logon window. I know, refresh could be done, selecting menu item again. But sometime I click on refresh due to normal behaviour on other web pages.
Best solution, current site will be refreshed.
Simplest solution, to start after successful logon window.
Klaus
Hi,
For security reason, on unload of page user's session is destroyed.
Unfortunatly, on page refresh the unload event is triggered.
Possible solutions :
- ask confirmation before unloading
- cancel refresh is requested (not sure it's possible).
- disable security session detroy (not wished)
- parameter session destroy on unload
to be studied further...
Regards.
Babynus.
I unterstood rationals for current behaviour.
If it takes a lot of brain and developement work, then put it "nice to have in handling / convenience". Do not burn much time on this.
Hi,
Simple work around has been set-up : question for confirming quitting, instead of directly quitting.
This appears on any unexpected quitting : F5, referesh button, backspace, back button,...
Regards.
Babynus.
Great ! Thanks.