/[H9]/tags/afleveret/tntnet/dynamic/logout.ecpp
ViewVC logotype

Contents of /tags/afleveret/tntnet/dynamic/logout.ecpp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 295 - (show annotations) (download)
Fri Dec 14 09:47:46 2007 UTC (16 years, 6 months ago) by torben
File size: 187 byte(s)
taged the report delivery

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