help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-smalltalk] Iliad: sessions and streaming


From: Joachim Jaeckel
Subject: Re: [Help-smalltalk] Iliad: sessions and streaming
Date: Mon, 22 Jun 2009 17:50:25 +0200
User-agent: Mozilla-Thunderbird 2.0.0.19 (X11/20090103)

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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]