mtimmer Posted April 30, 2003 Posted April 30, 2003 I have a question regarding the use of the shared TCH SSL certificate combined with php sessions: how can they be used together? The php sessions are related to the domain of the site. When I use the shared certificate, I work on another level, and my pages all start with https://server4.totalchoicehosting.com/~ etc. Thanks! Quote
Sarah Posted September 17, 2003 Posted September 17, 2003 mtimmer, There are configuration options for sessions using PHP that you can set in the PHP.ini file. There is one called 'session.cookie_domain' which allows you to set the domain in which the PHP sessions are stored. I believe if you change this to the secured domain, it will let you use them with the SSL pages. Let me know if this works. Sarah Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.