gpt4 book ai didi

jsf-2 - 在jsf中启动 session 的基本步骤

转载 作者:行者123 更新时间:2023-12-04 17:04:33 25 4
gpt4 key购买 nike

谁能告诉我在 jsf 中创建新 session 必须执行的基本步骤?

session 范围的托管 bean 是否将真实用户重定向到某个页面创建 session ?

最佳答案

Can anyone please tell me the basic steps which are must to perform for creating new session in jsf?



您无需对 HTTP session 执行任何操作。 servletcontainer 将在应用程序需要时为您创建和管理它(例如,每当您在 JSF 中使用 session 范围的托管 bean 时)。

也可以看看:
  • How do servlets work? Instantiation, sessions, shared variables and multithreading


  • Does a session scoped managed bean redirecting authentic user to some page create session?



    JSF 不提供处理身份验证的内置工具。有几种选择:
  • 自己在家种。登录时设置登录 User作为 session 范围托管 bean 的属性,并让您的应用程序拦截它。

    也可以看看:
  • JSF HTTP Session Login
  • How can I create a new session with a new User login on the application?
  • What is the correct way to implement login with redirect using JSF 2.0?

  • 将 Servlet API 提供的容器管理的身份验证与包装器管理的 bean 结合使用。

    也可以看看:
  • Performing user authentication in Java EE / JSF using j_security_check
  • 关于jsf-2 - 在jsf中启动 session 的基本步骤,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6020994/

    25 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com