Search found 2 matches

by jimmyjon
Thu May 07, 2009 5:37 pm
Forum: PHP - Code
Topic: Shared HTTP HTTPS PHP sessions
Replies: 1
Views: 108

Re: Shared HTTP HTTPS PHP sessions

Issue is resolved. HTTP://domain.ca and HTTPS://domain.ca work fine. The 'www' was the problem, I have everything else set up properly. For anyone who says to pass the session ID around in the URL, tell them that changing two lines in the php.ini does the same job without sending a session id around...
by jimmyjon
Thu May 07, 2009 4:27 pm
Forum: PHP - Code
Topic: Shared HTTP HTTPS PHP sessions
Replies: 1
Views: 108

Shared HTTP HTTPS PHP sessions

Hi folks, I'm having a little trouble here getting my sessions working properly. I have a domain http://www.domain.ca. I got a dedicated IP and an SSL that is set up on HTTPS://domain.ca. Everything works great. The problem is with PHP sessions. When jumping back and forth from the unsecured to the ...