Christopher Arndt wrote:
> Matt Wilson schrieb:
>   
>> Jim,
>>
>> As far as I understand, TG 1.0 uses cookies to indicate that somebody
>> is logged in and authenticated.  You'd need to log in to get that
>> cookie, then include it on every subsequent request.
>>
>> Maybe this would happen automatically because the server would reply
>> to a successful login with a set-cookie header.  Then as long as flex/
>> actionscript just automatically sent along that cookie, you're golden.
>>
>> An alternative approach is to require that every GET or POST includes
>> a userID and password.  That approach is nice and stateless.
>>     
>
> http://docs.turbogears.org/1.0/UsingVisitFramework#tracking-visits-with-request-parameters
>
> Chris
>
> >
>   
Chris

Thanks for the link.  I hadn't come across that one yet.  The thing I'm 
still struggling with it how to initially provide the userid and 
password for login.  But, I still haven't searched thoroughly for it.  
Its hard finding time for playing with new things...

    -Jim

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to