You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Early Morning <go...@gmail.com> on 2010/06/07 14:46:13 UTC

Use wicketstuff-push and still have proper session timeout?

Hi All,

We're currently using the wicketstuff-push project for notifications and the
like. I added a TimerChannelService to our main Application class, and added
a ChannelListener in our BasePage (using the user's username as the
channel).

However, the problem now is that the session never times out since the
Channel Listener polls the server and makes a request every time. Is there a
way to work around this, or some other way I can implement this? Thanks!


Regards,

Ces