svn commit: samba r7108 - in branches/SAMBA_4_0/swat: .

tridge at samba.org tridge at samba.org
Mon May 30 12:58:10 GMT 2005


Author: tridge
Date: 2005-05-30 12:57:59 +0000 (Mon, 30 May 2005)
New Revision: 7108

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=7108

Log:
display a session expired message








Modified:
   branches/SAMBA_4_0/swat/login.esp


Changeset:
Modified: branches/SAMBA_4_0/swat/login.esp
===================================================================
--- branches/SAMBA_4_0/swat/login.esp	2005-05-30 12:57:31 UTC (rev 7107)
+++ branches/SAMBA_4_0/swat/login.esp	2005-05-30 12:57:59 UTC (rev 7108)
@@ -1,6 +1,11 @@
 <% page_header("plain", "SWAT Login"); %>
 
 <%
+
+if (request['SESSION_EXPIRED'] == "True") {
+   write("<b>Your session has expired - please authenticate again<br>\n");
+}
+
 var f = Form("login", 2, 1);
 f.element[0].label = "Username";
 f.element[0].value = form['Username'];



More information about the samba-cvs mailing list