--- trunk/tntnet/dynamic/header.ecpp 2007/11/27 22:25:09 73 +++ trunk/tntnet/dynamic/header.ecpp 2007/11/28 17:03:27 83 @@ -1,17 +1,25 @@ <%args> title; +<%session scope="global"> +std::string userName; +bool isAdmin; + <{ if (title.size() > 0) { title = std::string(" - ") + title; } + +//Cache control +reply.setHeader("Cache-Control", "no-cache, must-revalidate"); // Http/1.1 +reply.setHeader("Expires", "Mon, 26 Jul 1997 05:00:00 GMT"); //date in the past }> -Serren boiler monitor system<$ title $> +Serren furnace monitor system<$ title $>