[google-appengine] User login problem

2008-11-12 Thread Giacomo Cucciati
Hi all! I have a problem linked to the user login... My web application should work in this way: -an external user visits my web page were there are some links -each of these shows a list of my documents (using Docs API) -each doc title, shown in the list, is a link to the doc content Now, when

[google-appengine] user login problem

2008-11-04 Thread Richie
Hello, my application is http://www.eaglefeed.me Login from there works like a charme, but login from http://eaglefeed.me does not. from my sourcecode users.get_current_user() seem to return None after login. what can I do about this? any help is appreciated. maybe someone could tell me, how