Re: New WebView
Re: New WebView
- Subject: Re: New WebView
- From: Philippe Heinrich Regenass <email@hidden>
- Date: Fri, 24 Nov 2006 17:46:33 +0100
hello
@rush and brad, thank you for your response.
i have today a lot of read about NSHTTPCookieStorage and WebView.
i think the problem is not a cookie but the session id. i'm note sure
if cookies and session id's the save topic respective is the session
id's also managed in the NSHTTPCookieStorage?
when i don't want the global sharedHTTPCookieStorage use, can i also
simple create my own cookie storage with [[NSHTTPCookieStorage alloc]
init]?
best regards,
philippe
On 21.11.2006, at 19:46, Rush Manbert wrote:
Philippe Heinrich Regenass wrote:
hi rush
no i is it not... the sessions or anything else are always
open... any other ideas?
Well, as the reply from Brad Siegfreid says, sessions are a server
side concept. I have two suggestions:
1) Take a look at the NSHTTPCookieStorage class. Your app can
implement the WebPolicyDelegate protocol and see what URLs are
being loaded, which might help you manage the cookies.
2) Search the Cocoa-Dev and Webkit SDK list archives for "cookie".
I know the subject of cookie storage management has been discussed.
I'm afraid that I have no direct experience with session cookie
management, so this is the only assistance that I can offer.
Best regards,
Rush
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins (at) lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden