NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: Alberto on June 26, 2010, 09:08:07 AM
-
Hi,
Is there any way to limit the server response to a browse refresh?
I mean...
I have a browse with a timer, then the user is never automatically logouted, no problem.
I know the information the browse is showing change between 08:00 to 18:00 and then remains anchanged.
Is there any way that the server does not respond to the browse request between this period of time?
Thanks
Alberto
-
you can return anything you like to an incoming request.
or return nothing if you prefer.
but that won't stop the browser from asking.
cheers
Bruce
-
Ok, supouse I have a browse that is refreshed each minute.
I need it to be refreshed only one time between 20:00 and 08:00
How do I, receiving a request like:
GET /banalisisopciones_uanalisisopciones?&&refresh=current&_parentProc=uAnalisisOpciones&_rnd_=0.39481168051957327 HTTP/1.1
Host: 127.0.0.1
..........
Cookie: __utma=96992031.751033851.1257803823.1265413434.1272465024.11; LNG=spa; LOC__LOGIN=user; LOC__PASSWORD=pass; LOC__REMEMBER=1; SESSIONID=1533595433
avoid the server to respond to it.
Thanks
Alberto