cookie-httponly

    0熱度

    1回答

    因此,我使用的這個遺留應用程序是在php 4. 我想設置httponly標誌和安全標誌。 這是我的代碼: header("Set-Cookie:". $cookieName."=".$sessId."; expires=".$expireSeconds."; sessionID=".$sessId.";path=".$path."; domain=".$domain."; httponly; se

    1熱度

    1回答

    如果我在PHP中設置cookie_httponly選項,會不會是閃存問題? Flash是否仍然向會話發送POST請求? 我知道這是你可以輕易嘗試的東西,但我對Flash不太瞭解,而且我擔心我可能會破壞某些東西。