unauthenticated_userid() doesn't work until round-trip?

2012-11-17 Thread Zak
I'm trying to get the unauthenticated_userid immediately after calling remember(), but it's always None. Does unauthenticated_userid not get created until a full round-trip request is made with the user? How can I get the unauthenticated_userid immediately? Here is the code I'm using headers =

Re: unauthenticated_userid() doesn't work until round-trip?

2012-11-17 Thread Gael Pasgrimaud
On 17/11/2012 13:23, Zak wrote: I'm trying to get the unauthenticated_userid immediately after calling remember(), but it's always None. Does unauthenticated_userid not get created until a full round-trip request is made with the user? How can I get the unauthenticated_userid immediately? Here