On 10/25/05, Kevin Dangoor <[EMAIL PROTECTED]> wrote: > Since this code is under construction, now is a great time to chime in > with anything different you may need it to do. Since every project has > unique needs, the code will not automatically do every project's needs > out-of-the-box, but it should at least make it possible to plug in > code that does the specific actions you need.
The first thing I can think of that some applications would want is a "remember me on this computer" cookie that allows a user to choose to automatically log in. The duration of the cookie should be configurable by the application. Certainly, it's not appropriate for all applications--some will not want to use it, for security reasons. But it's common enough, and enough of a pain to implement every time, that it would be a good addition to the core functionality. -- Tim Lesher <[EMAIL PROTECTED]>

