Re: Novice problem with cookies

2006-08-04 Thread [EMAIL PROTECTED]
U really interesting. I will give this a try. Thanks Jeremy. It's a pleasure find people as all of you ;) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email

Re: Novice problem with cookies

2006-08-04 Thread [EMAIL PROTECTED]
Thanks Waylan, I will try it. Goyo Waylan Limberg wrote: > On 8/3/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > > Hi Gabriel. > > > > All the clients are windows machines and I don't know how to set the > > equivalent of /etc/hosts in a Windows box. > > > Just search for a file named "h

Re: Novice problem with cookies

2006-08-04 Thread Waylan Limberg
On 8/3/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hi Gabriel. > > All the clients are windows machines and I don't know how to set the > equivalent of /etc/hosts in a Windows box. > Just search for a file named "hosts". On my XP box it is located at C:\WINDOWS\system32\drivers\etc\hosts

Re: Novice problem with cookies

2006-08-03 Thread Jeremy Osterhouse
[EMAIL PROTECTED] wrote: > I considered this before, but with the configuration of the lan of my > client if I try to access the public IP from a machine of the lan I get > the router's configuration web page. And they don't allow me to > reconfigure this. In which case, I think you should be ab

Re: Novice problem with cookies

2006-08-03 Thread [EMAIL PROTECTED]
Hi Gabriel. All the clients are windows machines and I don't know how to set the equivalent of /etc/hosts in a Windows box. But anyway if I invent a domain name I will have the same problem but with the public IP in this case. Can I disable the mechanism that checks the domain names of the cook

Re: Novice problem with cookies

2006-08-03 Thread [EMAIL PROTECTED]
I considered this before, but with the configuration of the lan of my client if I try to access the public IP from a machine of the lan I get the router's configuration web page. And they don't allow me to reconfigure this. It's important to get the site from both sides because they will use the

Re: Novice problem with cookies

2006-08-03 Thread Jeremy Osterhouse
[EMAIL PROTECTED] wrote: > As we haven't a domain name I set the SESSION_COOKIE_DOMAIN to the > public IP of the site. Well this works great from Internet, but when I > try to access the admin site from the lan of my client I couldn't log > in. If I change the SESSION_COOKIE_DOMAIN it works into

Re: Novice problem with cookies

2006-08-03 Thread Gabriel Puliatti
On 8/3/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hi, I'm here again: > > I'm a novice with web developing and when I began to read django > documentation > I understood that that wasn't matter with the name you put to the > SESSION_COOKIE_DOMAIN and if it has dots in it it will not have

Novice problem with cookies

2006-08-03 Thread [EMAIL PROTECTED]
Hi, I'm here again: I'm a novice with web developing and when I began to read django documentation I understood that that wasn't matter with the name you put to the SESSION_COOKIE_DOMAIN and if it has dots in it it will not have problems with firefox. I'm finishing a project made with django but