Op 20-jun-2007, om 0:13 heeft Dave Smits het volgende geschreven:
But solve this my problem?

I do also think that your problem could be related to the session id's that get generated by your web application server (Tomcat?). These sessions get invalidated after a while, depending on your app. server's settings. Apparently, from what I can detect from looking from the outside, does your website not depend on sessions. So you might as well turn them off, they are on by default.

The easiest way to do so is by including this page declaration in the very top of your template:

  <%@ page language="java" contentType="text/html" session="false" %>

If that does not help, your problem might be related to some other issue, but this needs to be eliminated first.

---André



________________________________

Van: [EMAIL PROTECTED] namens Michiel Meeuwissen
Verzonden: wo 20-6-2007 0:01
Aan: Discussion list for designers (front-end) and community
Onderwerp: Re: [Users] mm:image



2007/6/19, Dave Smits <[EMAIL PROTECTED]>:
if dont have a image the result is
fo.addVariable("id", ""); so the flash can't get a image.

if <mm:image> work
the result is fo.addVariable("id", "/juizefm/mmbase/images/ 525596;jsessionid=87315FFB25CC3120B188C9FF6689344");

Turn the session of.

<[EMAIL PROTECTED] session="false" %>
or so.


Michiel


--
mihxil'  http://meeuw.org <http://meeuw.org/>
nl_NL eo_XX en_US
_______________________________________________
Users mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/users


<winmail.dat>
_______________________________________________
Users mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/users

--
André van Toly
MMBase development & Userfriendly webdesign

W: http://www.toly.nl
M: +31(0)627233562
------------------------------------------------------------------ ~~<<>>~~


_______________________________________________
Users mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/users

Reply via email to