do you get any serialization errors in your logs, you might be trying
to store something non serializable in the wicket component.

-igor


On Mon, May 12, 2008 at 1:09 AM, ElSe <[EMAIL PROTECTED]> wrote:
>
>  Hi,
>
>  I'm just started experiments with Wicket so I suppose my question is stupid
>  however I haven't found the answer on the forum.
>
>  The point was to understand how to organize persistent sessions for the
>  wicket application. It seemed to me that such application should work with
>  the standard Tomcat mechanism transparently as any other servlet.
>  So I have written simple wicket application - just two pages that show
>  sessionid, configured Tomcat persistent manager and  started session. Then I
>  restarted the server and tried to pass from one page to another waiting to
>  see  the same sessionid. But I have seen "page has expired".
>  Should I provide some serialization support in my application or there is
>  some error in my logic or there aren't such possibility and I "want
>  something strange"(c)?
>
>  BR
>  --
>  View this message in context: 
> http://www.nabble.com/persistent-sessions-in-Tomcat-tp17183181p17183181.html
>  Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: [EMAIL PROTECTED]
>  For additional commands, e-mail: [EMAIL PROTECTED]
>
>

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

Reply via email to