Re: [Webware-discuss] UserKit Questions

2002-01-12 Thread Frank Barknecht
I wrote: > --- test-foo.py --- > from foo import * > bar = _foo() that above was meant to be "bar = foo()", of course... -- Frank Barknecht ___ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discu

Re: [Webware-discuss] UserKit Questions

2002-01-12 Thread Frank Barknecht
Tim Payne hat gesagt: // Tim Payne wrote: > I was also wondering why so many of the variables are named like _name > or _password? I've seen this sort of naming convention a lot in python, > but I'm unsure of what cases this is used in. These are a kind of "private" variables. Names starting w

[Webware-discuss] UserKit Questions

2002-01-11 Thread Tim Payne
I've been working with UserKit this week and I have a few questions maybe one of you could help me with. 1) What is the externalId that can be used to reference clients? 2) How can I keep the the user object in memory between pages? My plan is to optionally authenticate users, and display d