Hi, About the following documentation I understand that I can set a “SessionCryptoPassphrase” for protect my session with a cookie. And if I change my SessionCryptoPassphrase from “my_secret_phrase” to “my_NEW_secret_phrase”
and restart my server, the client browser should lost his session. http://httpd.apache.org/docs/2.4/fr/mod/mod_session_crypto.html May be I forget something, because when I change the SessionCryptoPassphrase to everything, I never lost the session. Any help ? <Location /> ….. ….. SetHandler form-login-handler Session On SessionCookieName MY_Cookie path=/my_url;domain=exemple.com;httponly;secure;version=1; SessionCryptoPassphrase my_secret_phrase …. …. </Location> Change to and restart <Location /> ….. ….. SetHandler form-login-handler Session On SessionCookieName MY_Cookie path=/my_url;domain=exemple.com;httponly;secure;version=1; SessionCryptoPassphrase my_NEW_secret_phrase …. …. </Location> Regards. __________________________ Avant d'imprimer, pensez à l'environnement ! Please consider the environment before printing ! |