NetTalk Central

Author Topic: Automatic logout even if a timer is setted  (Read 3230 times)

Alberto

  • Hero Member
  • *****
  • Posts: 1873
    • MSN Messenger - alberto-michelis@hotmail.com
    • View Profile
    • ARMi software solutions
    • Email
Automatic logout even if a timer is setted
« 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
-----------
Regards
Alberto

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11250
    • View Profile
Re: Automatic logout even if a timer is setted
« Reply #1 on: June 27, 2010, 06:53:17 AM »
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

Alberto

  • Hero Member
  • *****
  • Posts: 1873
    • MSN Messenger - alberto-michelis@hotmail.com
    • View Profile
    • ARMi software solutions
    • Email
Re: Automatic logout even if a timer is setted
« Reply #2 on: June 28, 2010, 03:00:24 AM »
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
-----------
Regards
Alberto