Jump to content

[Answered] How To Set Httponly


Recommended Posts

Posted

What program language are you using? If your using php, do like this:

 

 

This can be set within a script, as long as it is called before session_start().

ini_set( 'session.cookie_httponly', 1 );

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...