Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 19 by
[hidden email]: ILSessionManager context is nil
after session expire
http://code.google.com/p/iliadproject/issues/detail?id=19What steps will reproduce the problem?
1.In MyILApplication, create an anchor, wich calls self session logout
2.MyILSession >> logout
self expire.
3.MyILSession >> onExpire
self usuario: nil.
super onExpire.
What is the expected output? What do you see instead?
When the anchor in my ILApplication is clicked,
MessageNotUnderstand (context is nil) in
ILSessionManager>>session
^self context session
What version of the product are you using? On what operating system?
- OS = Debian
- Pharo verion = 1.2.1
- Iliad version = 0.9.1.1