Ok,

I solved my problem.  As it turns out, I had a bug in my code on the Flex side 
that was adding a WSSE header every time I logged out/logged in (but never 
removing the headers, and re-using the WebService object used to make calls to 
the JBossWS).  So, while I did have the new credentials to login as, I still 
had the old credentials in the Webservice object, which were getting passed to 
JBoss.

So, after correcting for this error on my part, I can now send multiple WS 
requests as different users without shutting down my browser, exiting the Flash 
client, or "invalidating" anything on the server side.  

Apparently, all JbossWS calls are stateless. (Ahem).

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976118#3976118

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3976118
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to