IS 46 how to remove a session

Hello,

I’m using IS 4.6 on Sun 2.8… I have a flow service that I’m accessing via HTTP… I’m storing user state using the Session object provided under the Java API for webMethods…

What I would like to do is remove the user session on demand… I don’t see an API to do that under the Session object?.. I’ve tried setting the timeout to 1 ms using Session.setTimeOut(1)… but it doesn’t seem to work based on the session log (I don’t see it destroyed/expired!)…

Any ideas?

Thanks,
Ken

Hey Ken. Wayne here.
Check out this thread:
[url=“wmusers.com”]wmusers.com

It has a sample on removing a session.

Regards,

Wayne