Re: how to clear the page cach

2007-08-16 Thread Michael Wölm
I think it's that: http://tapestry.apache.org/tapestry4/UsersGuide/configuration.html#configuration.search-path at: org.apache.tapestry.disable-caching (set in .application) robinson wang schrieb: when i click a link ,if the session is invalid ,it will return to the page of login,but when i log

how to clear the page cach

2007-08-15 Thread robinson wang
when i click a link ,if the session is invalid ,it will return to the page of login,but when i login again, click then link ,it still return to the page of login. when i restart the server , it's ok,i think it's caught by the page in the pool,how can i clear the pooled page?