>> Client then have to authenticate to the server, only then you will receive
>> the perspective object representing the "logged" user into your
> view_ and perspective_ method.
> I am confused by this. When I use the cred system the client gets a
> remote reference to an Avatar on which it can c
> Client then have to authenticate to the server, only then you will receive the
> perspective object representing the "logged" user into your view_ and
> perspective_ method.
I am confused by this. When I use the cred system the client gets a
remote reference to an Avatar on which it can call per
Hi Daniel.
To get the perspective you have to implements the IPerspective interface
(generally throw subclassing pb.Avatar class), and attach a login portal to
your server.
Client then have to authenticate to the server, only then you will receive
the perspective object representing the "logged" u