Symbian cookies are stored in the http header collection like other header information, but can be tricky to retrieve. Attempting to gather them the standard way returns a single item whose name is "Set-cookie" and whose value is "Cookie". The following code snippet shows how to get multiple cookies from an HTTP transaction. The code is tested with S60 3rd Edition FP1 and FP2.
Symbian的cookie保存在http的header集中的,和其它的header信息一样,但是可以取值可能会有麻烦。企图收集他们的标准方法是返圆一个命名为"Set-cookie"的单独项,他的值是"Cookie".下面的代码片断展示了怎样从HTTP transaction中取多个cookie的办法。这个代码在S60 3版的FP1和FP2中都测试过。(我在第三版下也测试通过)。
The S60 implementation stores the cookie in a private folder of the Cookie Manager component. If a 3rd party wants to access these cookie files directly, AllFiles capability is required.
S60中实现存储cookie到Cookie管理组件的private文件夹中,如果第三方想要直接的访问这些cookie文件,那么他需要所有的文件权限。
原文地址:http://wiki.forum.nokia.com/index.php/Reading_Multiple_Http_Cookies_using_Symbian_C%2B%2B