[jboss-user] [JBoss Portal] - Re: Logout: Invalidate Session and resetting Principal

2006-08-08 Thread [EMAIL PROTECTED]
kosmi- To force the invalidation you can try invalidating the http session in your custom mapper and see if that works. Thanks Sohil View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3963826#3963826 Reply to the post : http://www.jboss.com/index.html?module=bb

[jboss-user] [JBoss Portal] - Re: Logout: Invalidate Session and resetting Principal

2006-08-08 Thread kosmi
Hi Sohil, we solved the Problems assosiated with the principal. Our main problem was a misplaced jbosssx.jar. it was duplicated in server/xxx/libs and server/xxx/deploy/xxx/lib. Then I turned of caching in J aasSecurityManagerService mbean (jboss-Service.xml) and set flushOnSessionInvalidation="tr

[jboss-user] [JBoss Portal] - Re: Logout: Invalidate Session and resetting Principal

2006-07-28 Thread kosmi
Hi Sahil, i tried this, but it does not work. Can I help you with some more infos? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3961569#3961569 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3961569 __

[jboss-user] [JBoss Portal] - Re: Logout: Invalidate Session and resetting Principal

2006-07-28 Thread [EMAIL PROTECTED]
kosmi- In your CustomMapper use inside the | public ControllerCommand doMapping(ServerInvocation invocation, String portalContextPath, String portalRequestPath) | | use | invocation.getResponse().setWantSignOut(true); | Thanks Sohil View the original post : http://www.jboss.co

[jboss-user] [JBoss Portal] - Re: Logout: Invalidate Session and resetting Principal

2006-07-28 Thread kosmi
Thanks for your answer, but where can I call the method? The JBossActionResponse in the portlet doesn't have such a method. I tried to call it in a custom commandMapper but i also can't find the correct response. Thanks, Daniel View the original post : http://www.jboss.com/index.html?module=b

[jboss-user] [JBoss Portal] - Re: Logout: Invalidate Session and resetting Principal

2006-07-27 Thread [EMAIL PROTECTED]
Try- actionResponse.setWantSignOut(true) Thanks Sohil View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3961345#3961345 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3961345 ___