Hi, i've implemented an application using tomcat security FORM based,
and authenticating against a database.
My login page is the standard FORM:
<form method="POST" action='<%=response.encodeURL("j_security_check")
%>'>
<table border="3" align="center" cellpadding="3" cellspacing="1"
bordercolor="#999999" class="Stile1">
<tr>
<td width="71"><p>Username:</p></td>
<td width="176"><input type="text" name="j_username"></td>
</tr>
<tr>
<td><p>Password:</p></td>
<td><input type="password" name="j_password"></td>
</tr>
<tr>
<td>&nbsp;</td>
<td>
<div align="left">
<input type="submit" value="Login">
<input type="reset" value="Reset">
</div></td>
</tr>
</table>
</form>



The problem is that when i login the page seems to authenticate
correctly, but when i click the back browser button and i retry to login
again it gives an error page with the message: 
The requested resource (/pmt/manage/j_security_check) is not available.

Can anyone help me? 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to