Hi,

i try to implement a logout feature like yahoo, squirrelmail, etc.
That means, when you klick "logout", you are redirected to a logout page.
When pressing the browsers back button, you are redirected to the login page again.

I've tried to implement that with:
@Inject
private Response response;
...
response.setHeader("Cache-Control", "no-cache");
response.setHeader("Pragma","no-cache");
etc.

but no luck, the above headers are *not* sended to the client.

Is there a simple way to implement the mentioned logout feature?

Thanks,
Andreas

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to