Jun 16, 2009 #1 timfoster Programmer Joined Dec 19, 2002 Messages 110 Location GB Anyone know how to maintain my cookies after redirecting to an ssl page? I set my cookies, then when the customer goes to the payment page the cookies are removed. When the customer comes back they are no longer logged in. How do I get around it?
Anyone know how to maintain my cookies after redirecting to an ssl page? I set my cookies, then when the customer goes to the payment page the cookies are removed. When the customer comes back they are no longer logged in. How do I get around it?
Jun 30, 2009 #2 emozley Technical User Joined Jan 14, 2003 Messages 769 Location GB Have you tried using session variables or application variables? Other way might be to start off in SSL instead of only using it on the payment page? Upvote 0 Downvote
Have you tried using session variables or application variables? Other way might be to start off in SSL instead of only using it on the payment page?