Hello, I purchase a SSL for my website...https://mysite.com. Everything works fine in IE. I can go to my site using both www.mysite.com and mysite.com. When I add products to my cart ( request.session['cart'] )...I can view the contents of the cart session variable when I access my secure site https://mysite.com.
However, when I use Firefox my cart session variable doesn't register when I add my products using the url www.mysite.com. When I go to my secure page it tells me that my cart session variable has not been defined. I've found that this is because my secure site is https://mysite.com and not https://www.mysite.com. If I go to my site in firefox with mysite.com then everything works fine. However when I go to mysite using Firefox and the url www.mysite.com that is when I'm getting the error because my ssl in using mysite.com not www.mysite.com. Does anybody have any suggestions on what I can do to fix this? Thanks --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

