diff -r 43e37759235e -r 51a74ef9ed63 Symbian3/SDK/Source/GUID-CDF9F944-814E-47EF-A6B5-E75300C228DD.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/SDK/Source/GUID-CDF9F944-814E-47EF-A6B5-E75300C228DD.dita Wed Mar 31 11:11:55 2010 +0100 @@ -0,0 +1,20 @@ + + + + + +Removing +HTTP session ID +

The session ID can be removed using RemoveProperty. For +example:

+ConnectionInfo.RemoveProperty(sessionId); +

Sockets created after this call to RemoveProperty will not have any ID +set. Any call to Property() will return EFalse. +This does not affect existing sockets.

+
\ No newline at end of file