Session is Invalid

Session is Invalid

Explanation

Setting ColdFusion session timeouts to a length greater than that set in web.xml will result in this error appearing.

The solution is to set the JRun session to a length greater than any you'll set in your CF apps.

<session-config>
    <session-timeout>80</session-timeout>
</session-config>

Submitted by Adrian Lynch on Tuesday 16 June 2009

Add a comment or subscribe to this error