If suppose i have a attribute in request Scope as well as in session Scope and i use remove tag, then it will remove attribute from both these scopes in one shot...
then it will remove attribute from both these scopes in one shot...
That's right. c:remove uses PageContext#removeAttribute method, so if you don't specify the scope explicitly, the attribute will be removed from all scopes.