Hi I am intersted in learning more about the SECURE parameter of the function session_set_cookie_params
can you tell me how to utilize this properly? if this function is executed on a page that is not secure (but on a server that does have SSL) will it somehow send it securely or do I have to force SSL on the page this function is executed from on my own?
thank you