Cookie impostato senza flag HttpOnly
20 gen 2015, 19:24:38
Visualizzazioni: 15.1K
Voti: 0
Provo ad aggiungere le informazioni del cookie ma non ottengo risultati. Lo strumento mi invia sempre le stesse informazioni. Sto cercando di visualizzare la menzione HttpOnly dopo il path.
parameter => "Parameter : PHPSESSID=jndfbcev6hie1jm02btk19grs1; path=/ "
Ho configurato WP con queste opzioni senza successo:
@ini_set('session.cookie_httponly', true);
@ini_set('session.cookie_secure', true);
@ini_set('session.use_only_cookies', true);
e ho modificato l'header e l'htaccess! Niente funziona!
Tutte le risposte alla domanda
1
0
Hai provato ad aggiungere
Header always edit Set-Cookie (.*) "$1; HttpOnly"
Header always edit Set-Cookie (.*) "$1; Secure"
al tuo file .htaccess?
L'ho trovato su StackOverflow

Dylan Hildenbrand
583
13 feb 2015 22:47:28
Domande correlate