Re: Cookie problem on multiple sites

2009-03-04 Thread Ramiro Morales
On Wed, Mar 4, 2009 at 9:14 AM, Dids wrote: > > Fixed the problem :) > > Turns out, underscores '_' are not valid characters for domain > names ... > > Told you I was new to this... > > Thanks all for your input, much appreciated :) > Oops, when I saw your email, I searched in my GMail inbox for

Re: Cookie problem on multiple sites

2009-03-04 Thread Malcolm Tredinnick
On Wed, 2009-03-04 at 03:14 -0800, Dids wrote: > Fixed the problem :) > > Turns out, underscores '_' are not valid characters for domain > names ... > > Told you I was new to this... Don't feel too bad about missing that. I know it's true, for example, but I wouldn't have guessed that was going

Re: Cookie problem on multiple sites

2009-03-04 Thread Dids
Fixed the problem :) Turns out, underscores '_' are not valid characters for domain names ... Told you I was new to this... Thanks all for your input, much appreciated :) Regards, Didier, --~--~-~--~~~---~--~~ You received this message because you are subscribe

Re: Cookie problem on multiple sites

2009-03-03 Thread Ramiro Morales
On Tue, Mar 3, 2009 at 1:44 PM, Dids wrote: > > >> Then it's not working fine. > > What could explain the missing cookies then? I get them for FF. > Is there something "special" in IE that could explain the problem? Equip yourself with a network sniffer , or a debugging proxy, or a Firebug equiv

Re: Cookie problem on multiple sites

2009-03-03 Thread Malcolm Tredinnick
On Tue, 2009-03-03 at 07:44 -0800, Dids wrote: > > > Then it's not working fine. > > What could explain the missing cookies then? I get them for FF. > Is there something "special" in IE that could explain the problem? I have absolutely no idea. IE certainly is "special" and we can only hope it

Re: Cookie problem on multiple sites

2009-03-03 Thread Dids
> Then it's not working fine. What could explain the missing cookies then? I get them for FF. Is there something "special" in IE that could explain the problem? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Dja

Re: Cookie problem on multiple sites

2009-03-02 Thread Malcolm Tredinnick
On Mon, 2009-03-02 at 03:05 -0800, Dids wrote: > Thanks for your input. > > > Reading the following > > > Even non-logged in users have a session associated with them, which > > Django uses a cookie to track. > > I did point the browser to the non-admin pages (available to all , no > @login_re

Re: Cookie problem on multiple sites

2009-03-02 Thread Dids
Thanks for your input. Reading the following > Even non-logged in users have a session associated with them, which > Django uses a cookie to track. I did point the browser to the non-admin pages (available to all , no @login_required). It works fine, I can see the pages in IE, but no cookies a

Re: Cookie problem on multiple sites

2009-02-27 Thread Malcolm Tredinnick
On Fri, 2009-02-27 at 08:34 -0800, Dids wrote: > I tried that, thanks for the input (it helped moving forward, see > below). > I've also changed the privacy settings in IE so I get prompted when > cookies arrived. > > What I found is that on site1 (the working one), I get prompted for a > cookie

Re: Cookie problem on multiple sites

2009-02-27 Thread Dids
I tried that, thanks for the input (it helped moving forward, see below). I've also changed the privacy settings in IE so I get prompted when cookies arrived. What I found is that on site1 (the working one), I get prompted for a cookie as soon as I request the Admin page. On site2, on the other

Re: Cookie problem on multiple sites

2009-02-27 Thread Baxter
For each site, make sure you have SESSION_COOKIE_DOMAIN = 'whatever.com' in your settings. Otherwise your cookies will overwrite one another and cause no end of troubles. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Grou

Re: Cookie problem on multiple sites

2009-02-27 Thread Dids
Unless it's a known issue, I'm not expecting anyone to know for sure what the problem is. Thing is, I'm no expert to Django and Apache, and I don't really know how to go about troubleshooting a cookie issue. Again, if anyone has any pointer, it would be much appreciated. Thanks, Dids, --~--~-

Re: Cookie problem

2008-09-30 Thread Álvaro Justen
I was with this bug but now it's corrected. Please see: http://groups.google.com/group/django-users/browse_thread/thread/676a90769fe2aec9?pli=1 -- Cheers, Álvaro Justen Debian GNU/Linux user --~--~-~--~~~---~--~~ You received this message because you are subsc

Re: Cookie problem

2008-09-22 Thread M.Ganesh
plungerman wrote: > On Sep 19, 11:40 am, "M.Ganesh" <[EMAIL PROTECTED]> wrote: > >> Getting the following error message when I try to access the admin page >> of my spanking new django 1.0 installation : >> "Looks like your browser isn't configured to accept cookies. Please >> enable cookies, r

Re: Cookie problem

2008-09-22 Thread plungerman
On Sep 19, 11:40 am, "M.Ganesh" <[EMAIL PROTECTED]> wrote: > Getting the following error message when I try to access the admin page > of my spanking new django 1.0 installation : > "Looks like your browser isn't configured to accept cookies. Please > enable cookies, reload this page, and try agai