Purpose
Closes and disposes of the CInternetSession handle and frees its memory.
Syntax
MICloseSession( ByVal hSession As CInternetSession )
hSession is the CInternetSession object handle to be disposed of.
Description
Use the MICloseSession() procedure to close and free the CInternetSession handle, obtained by calling the MICreateSession() function or the MICreateSessionFull() function, when the handle is no longer in use.