X-Git-Url: http://wamblee.org/gitweb/?a=blobdiff_plain;f=src%2Fmain%2Fwebapp%2Flogout.jsp;fp=src%2Fmain%2Fwebapp%2Flogout.jsp;h=2421ffe1c6ff8450a6aa7821772883f169824d38;hb=8845e7fe6141ccc98fd070ee4e653941f6e60508;hp=0000000000000000000000000000000000000000;hpb=b5dd7f771153492ebf5b70949dba8914af58a3cd;p=photos diff --git a/src/main/webapp/logout.jsp b/src/main/webapp/logout.jsp new file mode 100644 index 0000000..2421ffe --- /dev/null +++ b/src/main/webapp/logout.jsp @@ -0,0 +1,6 @@ + + +<% + session.invalidate(); + response.sendRedirect( "" ); +%> \ No newline at end of file