[SOLVED] Session.equals vs Session.get

I’m currently using Session.equals to help maintain the top panel views of my app, but I was curious what the difference between using that and just a boolean value of a Session.get to trigger the change of view?

Let me know if I need to explain further!

Thanks,

Session is an instance of a ReactiveDict, so you can check the documentation here.

1 Like

Fantastic, thank you! That’s exactly what I was looking for.

1 Like