java_2010 0 Newbie Poster

I was using variables stored on the navigator object to access them across pages

example in Begin1.aspx I had

navigator.localvar = 1

and in Begin2.aspx I had

if (navigator.localvar == 1)
{
....
}

However in IE8 it doesnt work anymore

It complains that navigator.localvar is null or not defined

Please help!!

Any suggestions on what is needed to fix this?