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

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

Parent Directory Parent Directory | Revision Log Revision Log


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

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

  ViewVC Help
Powered by ViewVC 1.1.20