SSL and Session Issue

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
itsmani1
Forum Regular
Posts: 791
Joined: Mon Sep 29, 2003 2:26 am
Location: Islamabad Pakistan
Contact:

SSL and Session Issue

Post by itsmani1 »

I am setting my session variables with http and they are working fine, but when i put my cart page in https and tried to access it with https i can't access my session variables. same time if i access them with http on same page they do work.

any help.

thanks
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Session data started on one side of the fence does not transfer (without help) to the other side, if that's what you're asking about. If so, this topic has been posted about fairly recently.
Post Reply