This content has been marked as final. 
    
Show                 3 replies
    
- 
        1. Re: Outjection of Long value to Session scope isn't working (other scopes are fine)blabno Feb 20, 2009 10:33 AM (in response to rend)Check if you do not outject anything else to session scope on variable id .
- 
        2. Re: Outjection of Long value to Session scope isn't working (other scopes are fine)rend Feb 20, 2009 5:28 PM (in response to rend)Hi Bernard, 
 That would explain things, except that outjecting to APPLICATION scope works as expected. If a null was being outjected then I'd expect the same behavior in APPLICATION or SESSION, which is not the case.
- 
        3. Re: Outjection of Long value to Session scope isn't working (other scopes are fine)blabno Feb 20, 2009 10:02 PM (in response to rend)I meant you set session variable id to null from somewhere else in your app.
 
    