Refresh implies a lost connection and new session on web browsers, i.e.
that is expected functionality. You could use local storage on the browser
side (there is a test case showing its use) to store session information or
any other data on the client side and use that data after a refresh or even
weeks later to restore them to some state in your software.

David Botton


On Tue, May 31, 2016 at 1:18 AM Jean-Pierre Rosen <ro...@adalog.fr> wrote:

> I noticed that if the user clicks the refresh button on the browser, it
> breaks the connection and creates a new one. I find this extremely
> annoying, since the program starts over from scratch.
>
> In my case, On_Connect displays a login page, then after login the
> program goes to fill-in various forms. If the user presses "refresh", he
> is back to the login page, and everything already entered is lost.
>
> Any way to prevent this?
> --
> J-P. Rosen
> Adalog
> 2 rue du Docteur Lombard, 92441 Issy-les-Moulineaux CEDEX
> Tel: +33 1 45 29 21 52, Fax: +33 1 45 29 25 00
> http://www.adalog.fr
>
>
> ------------------------------------------------------------------------------
> What NetFlow Analyzer can do for you? Monitors network bandwidth and
> traffic
> patterns at an interface-level. Reveals which users, apps, and protocols
> are
> consuming the most bandwidth. Provides multi-vendor support for NetFlow,
> J-Flow, sFlow and other flows. Make informed decisions using capacity
> planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
> _______________________________________________
> Gnoga-list mailing list
> Gnoga-list@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gnoga-list
>
------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity 
planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
_______________________________________________
Gnoga-list mailing list
Gnoga-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnoga-list

Reply via email to