I need to set a custom class object into session once user logged into Jetspeed. This object will be accessed and used later by portlets. After searching into email list and forum i found two ways of intercepting J2 login process:
1- Custom Login Module 2- Custom Security Valve and possibly Filter (not sure if Filter works in Jetspeed 2.2.1 or its for old version) I manged to plug my custom login module however i could not find a way to get session in login() method and set my custom class object into session. Is it possible to get HttpSession in custom login module? If i have write security valve, do i also need some sort of Serverlt filter where i can set custom object into session. Thanks
