Hello, I am having a problem since I moved my cart from development server to live server.
I can log into admin on the home page, but as soon as I go anywhere it logs me out.
It has something to do with SSL.
This is how I have my domains set up.
The URL to go to a store would be
http://domain.com
But, I have the SSL certificate setup as
https://secure.domain2.com/store
Both domains are on the same physical server, and the physical directory of secure.domain2.com/store is a symbolic link to where domain.com is set up.
When I turn SSL off for admin area, it works correctly. I am guessing it doesnt work right because it does not set up cookies correctly for the domain.com/admin area so it doesnt think im logged in as admin.
How can I fix this? Or is there a way to set it up so the whole admin section ALWAYS use SSL? (From what I can tell, the only part that actually uses SSL is the login procedure...)



