This is a discussion on Problem when changing to ssl, My check out forms dont work with ssl within the PHP General forums, part of the PHP Programming Forums category; helped develop a shopping web site for my company. We recently got approved for an SSL, when I added it ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
helped develop a shopping web site for my company. We recently got
approved for an SSL, when I added it to our site my checkout and buy load no problem but forms don't work or redirect to the next page would anyone know what is causing this problem? I am not very familiar with SSL so i need some help on this. Thanx a lot in advance to anyone who could help. |
|
|||
|
"Gershon" <gershon@promohut.com> wrote in message news:71e49123.0402091045.608407b9@posting.google.c om... > helped develop a shopping web site for my company. We recently got > approved for an SSL, when I added it to our site my checkout and buy > load no problem but forms don't work or redirect to the next page > would anyone know what is causing this problem? I am not very familiar > with SSL so i need some help on this. Thanx a lot in advance to anyone > who could help. I had the same problem, you do indeed lose your session reference. Try passing your session id in the url ?sid=$SID |