Search code examples
webspheresession-timeout

Session timeout settings in IBM Websphere


Is it possible to take user to customized webpage after session timeout? What is the parameter to be set in websphere for the same?


Solution

  • I am not aware of such settings in WAS.

    I think your best chance will be to implement a Filter that will check the session validity and will redirect or continue with the chain if it is valid.