HI.
I have a synapse http server  which in each response sends a Header
'Cache-Control: no-store'. In my HTML page I also have   .
The HTML has a button "Close" which sends a request to the server  to close
all open data files and changes the body of the page to a simple text "Press
the start button to exit".
Pressing the physical start button of the device will go back to the home
screen.
When I connect to the server on my development  PC from my Android phone
99% of the time all works fine.
When I connect to the same server with the same phone on a client test
site,once
I am on the home screen and press the icon of the short cut, it does not
reload the (original) html page from the server but it shows again the page
with the "Press the start button to exit'."
Then if I press the phone back button, it goes back to the home screen and
this time the shortcut works. I have tried to debug but stopped at the
point that it appears that the canread() statement in the server  always
returns false and therefore nothing happens and the old page is shown.
Any clue as to what can be causing this behaviour?  Or is there a way to
catch the error that canread() encounters?' Note: there is one single page,
only the body divs change asper user clicks.
_______________________________________________
synalist-public mailing list
synalist-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synalist-public

Reply via email to