I've seen articles discussing this, but I haven't seen an answer on how to get around it or a good suggestion for an alternative.
I have a total AJAX site including authentication. When a user signs up or logs in, they make a cross domain https to my site which they initially load http. Obviously, I need them to be able to set some session variables in https and access them in http.
I know you "can't" do this, but can you? If absolutely not, what's the most secure alternative?
Many thanks in advance!