Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

need working session management #2

Open
inf9144 opened this issue Oct 29, 2012 · 2 comments
Open

need working session management #2

inf9144 opened this issue Oct 29, 2012 · 2 comments

Comments

@inf9144
Copy link
Contributor

inf9144 commented Oct 29, 2012

we need working session management to test features that are logon specific and build backend

@ghost ghost assigned alexbiehl Oct 29, 2012
@alexbiehl
Copy link
Member

Use like this:

@Inject UserComponent userComponent;

....

User user = userComponent.getUser()
...

The user object is session scoped so you can store individual information on the user without conflicting any other active users.

@inf9144
Copy link
Contributor Author

inf9144 commented Oct 30, 2012

Need authenticationfilter!

@inf9144 inf9144 reopened this Oct 30, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants