Hi, I am wondering if my Lenya (1.2.4) installation (copy of default) is 
behaving normal or not: When I put in my URL www.domain.com, it it changes to 
http://www.domain.com/index.html;jsessionid=319jj6vkbnamd
So, a session ID is attached to the url. At this point I see an issue: my home 
page takes the CSS attributes from the 'breadcrumb' row (so if the breadcrumb 
color is red, the whole page becomes red). Also, the search input field and 
button rise up and sit above the bread-crumb row.
Now if I click on the 'home' menu, everything becomes ok and the url becomes 
http://www.sapmendocino.com/index.html. 

I examined the difference in page source and see this:
BAD CASE:
div id="main"><div id="breadcrumb" /><div id="search">

GOOD CASE:
div id="main"><div id="breadcrumb">
  »
Home</div><div id="search">

So my question is what I could do to correct this behavior? Also why is 
session id attached to the URL? Is it normal, or could this be causing the 
issue? If I copy paste the url with session id, it always messes up; without 
it (if i put in www.domain.com/index.html), it is fine. 
This is happening in my default pub also.

Thanks for anticipated help.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to