Hi,
how can I check for the existence of a session object in javaflow? For example I want to do this:

if (getRequest().getSession().getAttribute("user")) {}

Andrew

Reply via email to