Hi there,

I have a Cocoon app that has numerous pages...I use Javascript (flowscript) to do the display and Java to do the "business logic."

In the Java layer, I have code to detect when the session expires and this works nicely and so I am able to maintain a count of currently logged in users.

Here is my request: A customer asked that when their session expires, that they be shown the login page automatically.

Now I know when the session expires, but how do I show the Login page from within Java code? They could be anywhere in the app so I presume I should directly have the Java code somehow display the Login page?

Pointers much appreciated.

Paul

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

Reply via email to