diff -r 43e37759235e -r 51a74ef9ed63 Symbian3/SDK/Source/GUID-EA9C4CF0-F39B-4FBB-924D-F78320E08F2C.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/SDK/Source/GUID-EA9C4CF0-F39B-4FBB-924D-F78320E08F2C.dita Wed Mar 31 11:11:55 2010 +0100 @@ -0,0 +1,26 @@ + + + + + +Getting +HTTP session ID +

The Property method is used to get the current value of the session ID. +For example:

+THTTPHdrVal value; +TBool exists = ConnectionInfo.Property(sessionId, value); +if ( exists ) + { + TInt theSessionId = value.Int(); + ... + } +

If the session ID has been set, this returns ETrue and +sets the value to the session ID that was requested by the last call to SetPropertyL(). +If an ID has not been set, or the ID has been removed, this will return EFalse.

+
\ No newline at end of file