views:

12

answers:

0

Hi,

Post Session Creation action can be denifed in a class that is extended from com.liferay.portal.events.SessionCreateAction. Similarly class that extends from com.liferay.portal.events.SessionDestroyAction will do Post Session Destroyal actions. But I could not find any specific implementation in classes SessionCreateAction and SessionDestroyAction that do something different from its parent class SessionAction in Liferay 5.x sdk code. But when a session is created/destroyed I can see calls coming to these classes. So not able to differentiate the call as creation or destroyal? Can some one help me on this?

Regards Vishal G

related questions