Hi all..
I have a problem..
I have an ear which has different war's in it.
My requirement is...i have to host an image(total 4 images - one at each hit - which actually changes in a round-robin fashion) in one war, and on clicking it, it has to go to a corresponding page in another war().
Everything is good till here,
but is there any way that we can send information from 1st war to 2nd??(like request attributes..)
Using a form and passing hidden parameters would not actually satisfy my requirement...as there would be alignment issues in the first page(war)'

'
how can we communicate from one war to another...?
no parameters in URL...as that is also a requirement..'

'
setting a cookie is one solution i found out...but there may be users who disable cookies..'

'
can some one please suggest '

'