Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
<html> <body> <input type="button" value="LOGOUT" onclick='<%session.setAttribute("loggedin","false");'/> </body> </html>
需要在单击按钮时更改会话值。但这没有帮助。我试图避免使用表格。任何帮助。
java是服务器端。会话对象在您的服务器内存中,而不是在客户端中。您无法在客户端中更改此设置。你最常使用表格