[Lift] Re: SessionVar.remove() not clearing out the variable

2009-09-23 Thread marius d.
On Sep 22, 10:50 pm, Dano wrote: > Marius, > > Thanks for your reply.  If I look in my pom.xml, I see that I am using > 1.1-SNAPSHOT.  However, I see your point about the remove() function > not being in Vars.scala.  Not sure why I am able to compile a call to > remove() on a SessionVar - but i

[Lift] Re: SessionVar.remove() not clearing out the variable

2009-09-23 Thread Dano
I have done some experimenting to set the session variable to Empty in various places the following result: Code called by the framework (i.e. Actor.shutdown()) will properly have the right context for a Session variable. Code called by the application does not have the right context for the se

[Lift] Re: SessionVar.remove() not clearing out the variable

2009-09-22 Thread Dano
Marius, Thanks for your reply. If I look in my pom.xml, I see that I am using 1.1-SNAPSHOT. However, I see your point about the remove() function not being in Vars.scala. Not sure why I am able to compile a call to remove() on a SessionVar - but it does! My goal is to clear out the SessionVar

[Lift] Re: SessionVar.remove() not clearing out the variable

2009-09-22 Thread marius d.
On Sep 22, 8:13 pm, Dano wrote: > Hello Lifters, > > I am struggling with trying to clear out a SessionVar which holds user > information which I need to clear out after the user has left a > 'lobby' page. > > When I call the remove() function, I verify that the SessionVar is > Empty.  However,