I defined a session variable like this

object isAdminVar extends SessionVar[Box[Boolean]](Empty)

in a class. I set it to true in that same class upon successful login
and then access it in another class but it is coming out false.

I am accessing it with

isAdminVar.is.openOr(false)

Am I missing something obvious?

--

You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=.


Reply via email to