[Seaside] autorefresh

Kamil Kukura kamk@volny.cz
Fri, 31 May 2002 18:24:44 +0200


I want to have page that after some time will reload itself. Something 
good for web chat. I tried in <head> same refreshing as it is in 
configuration manager:

<meta http-equiv="Refresh" content="3; URL=view">

Works but creates new session everytime. I tried to put URL=<<reload>> 
but this didn't get expanded.

However, in fact, I want to avoid using <meta> tag and have the 
refreshing be performed from server side. That is, to append headers to 
the response:

Location: /seaside/.....
Retry-After: 3

-- 
Kamil