[Seaside] IASession - simple question

Avi Bryant avi@beta4.com
Sun, 24 Mar 2002 02:45:01 -0800 (PST)


On Sun, 24 Mar 2002, Kamil Kukura wrote:

> In my application I need to have login/logout mechanism. So according to
> IASession's description I should subclass it to my session class which
> will store user currently logged in. Then edit the application's
> settings so it will use my session instead of IASession.

Yes, that's exactly right.  If you want to use HTTP basic authentication,
you should look at IAAuthenticatedSession, but it's not hard to roll your
own instead.

If you develop a generally useful login mechanism, perhaps you could post
it here for us all to comment on and use?