And here comes the solution, damm it.
I put an object with properties which didn't
implement the Serializable Interface into the
Session. In the resin.conf (we still use Resin
Version 2.1.6)
<always-load-session>true</always-load-session>
was set. So when Resin loads the session, it
couldn't load the property and didn't load all
other properties too. That's why I was always
in the same session, but always lost the#
session attributes.
Thanks to all for you input
--
Regards
Martin
Martin Morawetz schrieb:
Martin Morawetz schrieb:
Hi to all,
I use a formbean within session-scope (declared in
struts-config.xml). However it behaves like it would
be within request-scope. Every new page it gets
instantiated again. I checked the sessionid and
it is every page the same, so I guess am within the
same http-session.
I recognized that I'm not within the same session.
I didn't notice it earlier, because the new sessions
get the same id as the old one. Would be interesting
if struts or Resin (the Servlet-Engine we use) creates
the session again with every request.
Does anyone have some ideas what the reason may be?
Every hint is highly appreciated.
--
Regards
Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
Mit freundlichen Grüßen
Vorname Zuname
kreative|zone°
kreative|zone°
----------------------------------------------------------------------
Kommunikationsagentur GmbH
browse : www.kreativezone.at
e-mail : [EMAIL PROTECTED]
adresse : Hietzinger Hauptstrasse 28, A-1130 Wien
tel/fax : +43 -1- 8763389-0 / -10
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]