aspose file tools
The moose likes Security and the fly likes How do I set the user for this session? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » Security
Reply Bookmark "How do I set the user for this session?" Watch "How do I set the user for this session?" New topic
Author

How do I set the user for this session?

Sean Sell
Greenhorn

Joined: Dec 12, 2006
Posts: 8
I am in the process of testing an authentication algorithm for a new Adobe Flex application that will be backending to a Weblogic 9.2 pageflow application.

I added authentication via JAAS to the pageflow but I was looking for a way to set the user in the session within my controller (after authentication). This way the existing pageflow should continue to work by referencing the user as:

this._remoteUser = this.getRequest().getRemoteUser();

TIA
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: How do I set the user for this session?
 
Similar Threads
WebLogic Portal 8.1 randomly loses pageflow state
JBoss Seam
How to save the login ID as a session attribute ?
Pass Http Session to two different application
authentication cookie timeout?