la risposta è nel link segnalato:
"If the value is false, you cannot use the session object or a <jsp:useBean> element with scope=session in the JSP file. Either of these usages would cause a translation-time error."
Quindi devi avere session a true per ogni pagina che usi le variabili di sessione...
ciao