Excellent point! Perhaps (assuming that code review for non-serializable state is not possible in the near term) we should replace DiskPageStore with InMemoryPageStore (that we'd write). Do you know where DiskPageStore actually stores this data - I'd like to check out that file size in our application to determine whether we could fit that data in memory.
thanks! -nikita Martijn Dashorst wrote: > > check your logs for serialization errors. Wicket isn't able to > retrieve the page from the page cache if there are serialization > errors. This often causes the page expiration message to appear. > > Martijn > > ----- ---------------- Nikita Tovstoles vside.com ---------------- -- View this message in context: http://www.nabble.com/ajax-request-timeout-different-from-Session-timeout--tp18660284p18669960.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]
