login/login pages and cookie/session-based auth
[freeside.git] / httemplate / loginout / logout.html
1 <% $cgi->redirect($fsurl.'?logout=logout') %>
2 <%init>
3
4 my $auth_type = $r->auth_type;
5
6 # Delete the cookie, etc.
7 $auth_type->logout($r);
8 #XXX etc: should delete the server-side session
9
10 </%init>