Hi All,
In my Index.vm there are sessionid in all of links seems to be like this:
<img
src="http://portal.pmmf.hu/portal/images/template/top/top_01.jpg;jsessionid=CADEA83C709EEABE976FFB09AC76E9FD"
width="760" height="5">
My server cannot serve this requests. It is _only_ in my Index.vm, all of
other pages are cleared.
Source of this is here:
<img src="$content.getURI("images/template/top/top_01.jpg")" width="468"
height="60">
This source is my default DefaultTop.vm which is used by another screens.
The layout is commonly used NoMenu.vm:
<link REL="SHORTCUT ICON"
HREF="$content.getURI('images/template/pollack.ico')">
$page.setHttpEquiv("Content-Style-Type","text/css; charset=$data.CharSet")
$page.addStyleSheet($content.getURI("/css/portal.css"))
$page.addScript($content.getURI("js/main.js"))
$page.addScript($content.getURI("js/tools.js"))
<html>
#TurbineHtmlHead()
<body #TurbineHtmlBodyAttributes() leftmargin="0" topmargin="0"
marginwidth="0" marginheight="0">
$navigation.setTemplate("DefaultTop.vm")
<table width="760" border="0">
#if($data.Message)
<tr>
<td>
#alert($data.Message)
</td>
</tr>
#end
<tr>
<td>
$screen_placeholder
</td>
</tr>
</table>
$navigation.setTemplate("DefaultBottom.vm")
</body>
</html>
I don't use session tool, in TR.properties:
# tool.session.sessionmgt = org.apache.turbine.services.session.SessionTool
Are there any other settings to disable it?
--
thx,
Zoltan Zidarics programmer
PTE University Pecs, Hungary
icq: 43288694
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]