diff -r 43e37759235e -r 51a74ef9ed63 Symbian3/SDK/Source/GUID-F411736E-09FE-4F46-8185-DF013E950069.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/SDK/Source/GUID-F411736E-09FE-4F46-8185-DF013E950069.dita Wed Mar 31 11:11:55 2010 +0100 @@ -0,0 +1,22 @@ + + + + + +Setting +HTTP session ID +

The SetPropertyL method is used to set the ID. For example: +

+const TInt KMySessionID = 74; // a random arbitrary ID +const THTTPHdrVal Id(KMySessionID); +ConnectionInfo.SetPropertyL(sessionId, Id); +

All subsequent sockets will have the session ID specified by KMySessionID. +Multiple sessions can share the same session ID, which helps multiple concurrent +sessions to be treated similarly by the Flow hook.

+
\ No newline at end of file