I have just "upgraded" to Beta 1, and I like the new login procedure mutch
better.
In fact much has improved. Keep up the good work!
I guess I have to start using CVS version to keep track of the news and
improvements.
request.logout() works fine in my custom logout function, and the reason for
that is that the function calls HttpServletRequest.invalidate() direct
/**
* Perform a logout.
*/
public void logout()
{
req.getSession().invalidate();
}
but still when i call request.getPortletSessionInvalidate(), invalidating of
the session is not done.
I thougt that request.getPortletSessionInvalidate() should do the same thing.
For security reasons we still want to provide easy access to logout in our
portlets.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869704#3869704
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3869704
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
JBoss-Development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-development