Flavio Palumbo wrote:

Hi all,

forgive me for the quick repost, but I'm getting crazy to figure out how
retrieve the user ID that is currently doing logout from the authentication
framework.
I'd like to get it in a custom action, called just before auth-logout action,
because I need to update some Db tables based on the user ID.



Protect the pipeline with the logout action (nesting it with the auth-protect action). That way, you can acccess the Authentication session context via the input module, and pass the parameter to your action from the sitemap.

If your action is written in XSP, you can also use the session-fw logicsheet to get the username from /authentication/ID, but again, it has to be protected.

Hope that helps

Nacho

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to