Hi Nico,

You should probably subclass Iliad.Session, then use it in the
SessionManager: Iliad.SessionManager sessionClass: MySession

*mmmmhhh* I would need an additional bit of help...

I tried it with:
Iliad.SessionManager current sessionClass: UrPicsSession.
Iliad.SessionManager current newSession.

in my Application>>initialize method.

I got no errors, but if I try afterwards a
self session userLoggedIn: false.
(I have a new variable and the needed accessors)

it fails, with the message that Iliad.Session does not understand userLoggedIn:

Maybe I have to connect the new created session to the application?
(Or maybe the point, where I create the session is not correct?)

Thanks in advance,
Joachim.


_______________________________________________
help-smalltalk mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-smalltalk

Reply via email to