Which files did you modify.
This is what I did to get it to work:
In my server.xml
<web-site shared="true" path="default-web-site.xml">
<web-site shared="true" path="default-secure-web-site.xml">
Not leaving out the <default-web-app shared="true" etc> for both
'web-sites defined above'
On 03 May 2001 03:07:12 -0700, Fleming Shi wrote:
> After I changed <default-web-app... shared="true"> between 2 web-sites, the
> session data I place use setAttribute and getAttribute still don't sync
> up. That means the session data is not shared. I messed around with
> orion-web.xml also, playing with <session tracking> tag, not much
> luck. Any help would be greatly appreciated.
>
>