I am using requestScope and viewScope variables in my application
I need to remove the values assigned to those scopes at different times or clear them out
I’ve tried:
requestScope.clear()
requestscope.var.clear()
requestScope.remove()
requestScope.put(“var”, “”)
None of which works
How do I clear out or remove my variables