views:

608

answers:

1

After this is reached in JBoss:

<session-config>
    <session-timeout>30</session-timeout>
</session-config>

where does it redirect users to? Can I change the page it redirects to?

+1  A: 

Stella,

As explained in your other question, this can be defined by using a JSF Filter...

romaintaz