Antwort: accessing Authentication Session Context with java

2002-10-10 Thread michael_hampel
Hello, I found our problem... - Please check that your question has not already been answered in the FAQ before posting. http://xml.apache.org/cocoon/faq/index.html To unsubscribe, e-mail: [EMAIL PROTECTED] For

accessing Authentication Session Context with java

2002-10-09 Thread michael_hampel
Hello, I am trying to get the user data stored in the authentication session context in an action. I tried: SessionManager.getContext(authenticate); and: SessionContextProviderImpl.getSessionContext (authenticate, ...); Both methods return a context

authentication session context

2002-09-25 Thread michael_hampel
like following: The user clicks a link and we have to load information from a database. Therefore we wrote a generator which gets out the user information from the authentication session context, queries the database and returns xml. This works fine as long as we are not using

RE: authentication session context

2002-09-25 Thread Carsten Ziegeler
in the session context like following: The user clicks a link and we have to load information from a database. Therefore we wrote a generator which gets out the user information from the authentication session context, queries the database and returns xml. This works fine as long as we