/[H9]/trunk/tntnet/dynamic/logout.ecpp
ViewVC logotype

Contents of /trunk/tntnet/dynamic/logout.ecpp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 94 - (show annotations) (download)
Thu Nov 29 08:04:13 2007 UTC (16 years, 5 months ago) by torben
File size: 187 byte(s)
Replace HTTP Refresh: redirection  with Location:

1
2
3 <%session scope="global">
4 std::string userName;
5 bool isAdmin;
6 </%session>
7
8
9 <{
10 userName = "";
11 isAdmin = false;
12 reply.setHeader("Location", "index");
13 return HTTP_MOVED_TEMPORARILY;
14
15 }>

  ViewVC Help
Powered by ViewVC 1.1.20