Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Is it possible to overwrite a HttpOnly Session cookie that is already set in c# WebBrowserControl. I tried to overwrite the cookie with InternetSetCookieEx and InternetSetCookie, but both of them fail with error 4317 ERROR_INVALID_OPERATION.

If there is any alternative way to overwrite HttpOnly Session Cookie in c# web browser control please let me know.

Note that if the cookie is not set before these above apis work properly.

I don't want to reset the browser session using INTERNET_OPTION_END_BROWSER_SESSION, because there other sessions that i don't want to destroy.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.