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.
我想开发带有用户注册和授权的 jsf 应用程序。通过具有布尔属性的托管 bean 管理用户是否是个好主意,该属性标识用户是否已登录。登录意味着检查 jpa 实体并将属性设置为 true。它安全吗?