Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8433439
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T06:23:10+00:00 2026-06-10T06:23:10+00:00

How can I maintain a SessionScoped object between redirects? I have a main page

  • 0

How can I maintain a SessionScoped object between redirects?
I have a main page which accesses a Stateless bean.

I also have a button which is doing a redirect (FacesContext.getCurrentInstance().getExternalContext().redirect("/to/my/sevlet");) to a specific path, and by this invoking the webservlet.
The webservlet itself creates some contition-based response, but that should not matter at the moment.

The problem is: when I’m redirected to the servlet, I lose my session scoped bean property that was set during the initial access of the stateless bean..

How can I maintain a sessionscope between pages switch/redirect?

@Stateless
class myStateless {
    @Inject
    MySessionBean sessionBean;

    private doSomething() {
        sessionBean.setSessionProperty(true);
    }
}


@SessionScoped
class MySessionBean {

    Boolean sessionProperty = false;
}


@WebServlet
class MyWebServlet {
    doGet(..) {
        out.println("session property status is" + String.valueOf(sessionBean.isSessionProperty()); //always false
    }
}
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-10T06:23:12+00:00Added an answer on June 10, 2026 at 6:23 am

    I found out that the setup is fine. I just made a reference call to a no-session scoped var.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

How can we maintain flexibility of images in a given width, Example:I have a
How can you maintain the links in your pdf fileA which contains links to
I have an object where I maintain a relationship to another object: public class
I have a page with private properties that are storing a credit card object
I have a form in which I have an add button. When the add
I have some problem to figure out how I can maintain the pipe and
How can maintain a SqlConnection (or using another component) open (connected) always during the
I would like to know how I can maintain the scroll position when I
With sharding, how can you maintain a reliable transaction across multiple database servers? For
I maintain a test suite utilizing Selenium and Capybara. While I can convince Selenium

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.