http://apache-wicket.1842946.n4.nabble.com/file/n3502992/Test.rar Test.rar 

Please, see attached. It's test eclipse project for this case.
It's based on the Tomcat FORM authentication(imho this is a cause for AJAX
strange behavior)
Make sure that for testing you will need append user in your
tomcat-users.xml
<tomcat-users>
  <role rolename="user"/>
  <user password="1" roles="user" username="user"/>
</tomcat-users>

After session expired ajax link does not work.
For testing will be easy remove session cookies after authentication.

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Nothing-happens-on-AJAX-call-after-session-timeout-tp3483872p3502992.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to