Issue 19 in iliadproject: ILSessionManager context is nil after session expire

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Issue 19 in iliadproject: ILSessionManager context is nil after session expire

iliadproject
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=19

What 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



Reply | Threaded
Open this post in threaded view
|

Re: Issue 19 in iliadproject: ILSessionManager context is nil after session expire

iliadproject

Comment #1 on issue 19 by [hidden email]: ILSessionManager context  
is nil after session expire
http://code.google.com/p/iliadproject/issues/detail?id=19

Are you sure this bug is still in the development version?
I couldn't reproduce it with Pharo 1.3, and the latest Iliad.

Reply | Threaded
Open this post in threaded view
|

Re: Issue 19 in iliadproject: ILSessionManager context is nil after session expire

iliadproject

Comment #2 on issue 19 by [hidden email]: ILSessionManager context  
is nil after session expire
http://code.google.com/p/iliadproject/issues/detail?id=19

I loaded  from IliadDev
((Smalltalk at: #ConfigurationOfIliad) project version: '0.9.1.2') load

The error is gone, but inspecting the sessions, i saw that the atributte  
expired stills 'false', but the method expire should turn it to  'true'.
The atributte 'usuario' is correctly setted to nil.