Will it be a problem for flash if I set the cookie_httponly option in PHP?

Does Flash still send POST requests to with the session?

I know that is something you can easily try but I don't know much about Flash and I am worried I might break something.

有帮助吗?

解决方案

Ok, I think that was a stupid question.

cookie_httponly does change the browsers behavior and should not affect Flash in any way. The session id will still be transmitted in the http header.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top