session object in firefox is null

// xx.jsp

<%@jpage language="java" session="true">

<%

session.setAtributte("MyVar","xxxx");

.....

%>

// zz.jsp

<%@jpage language="java" session="true">

<%

session.getAtributte("MyVar");

retrivenullin FireFox 2.0

.....

%>

// in IE it works fine

//in FireFox2.0 it works not

what is wrong ?

regards

[757 byte] By [the_Orienta] at [2007-11-26 20:20:29]
# 1
Is firefox rejecting cookies?
benubacha at 2007-7-10 0:45:01 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...