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.
我正在使用 spring 3.1 , spring security 3.1 , primefaces 和 jsf 2.0 。
我用简单的usernameand创建了一个登录页面password,这个页面链接到一个会话范围的 bean,它有一个用户名和密码。
username
password
例如,当user x访问该网站但仍未注销时,当其他地方的其他人查看登录页面时,user x已写入的用户名值自动出现在用户名字段中。
user x
我怎样才能克服这个问题?