[jcifs] Logout

Michael B Allen mba2000 at ioplex.com
Mon Jan 9 17:09:51 GMT 2006


On Mon, 9 Jan 2006 09:14:41 -0000
"Paul Duncan" <Paul.Duncan at yolus.com> wrote:

> Hi,
>  
> After I have called SmbSession.logon, how do I log out?  If I never
> attempt to log out, when am I logged out after this method call?  Thanks
> in advance.

SmbSession.logon actually just authenticates so there's nothing to
"logout". There will still be a socket open to the domain controller
but it closes after jcifs.smb.client.soTimeout milliseconds (15000
by default).

Mike


More information about the jcifs mailing list