diff -r ebc84c812384 -r 46218c8b8afa Symbian3/PDK/Source/GUID-F411736E-09FE-4F46-8185-DF013E950069.dita --- a/Symbian3/PDK/Source/GUID-F411736E-09FE-4F46-8185-DF013E950069.dita Thu Mar 11 15:24:26 2010 +0000 +++ b/Symbian3/PDK/Source/GUID-F411736E-09FE-4F46-8185-DF013E950069.dita Thu Mar 11 18:02:22 2010 +0000 @@ -1,22 +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.

+ + + + + +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