Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
cookie_httponly如果我在 PHP 中设置选项,flash 会不会有问题?
cookie_httponly
Flash 是否仍会通过会话向其发送 POST 请求?
我知道这是您可以轻松尝试的东西,但我对 Flash 了解不多,我担心我可能会破坏某些东西。
好吧,我认为这是一个愚蠢的问题。
cookie_httponly确实会改变浏览器的行为,并且不应以任何方式影响 Flash。会话 id 仍将在 http 标头中传输。