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 I have a little problem.

My project hasn't a domain name and my client doesn't want me to
register one (It will be part of a bigger web site)
Now we are testing the app and we are experimenting a problem.

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 the lan but not
outside. It's not a browser
related problem because I tested this with at least two different
browsers IE and Firefox.

I was looking for a solution and I thought about installing a DNS on
the lan of my client but I believe that it will not solve the problem
because I don“t have a domain name.

Thanks in advance.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to