Hello,

how can a session be invalidadted gracefully? Simply calling
session.invalidate() (where session for example was retrieved using
WebRequest.getSession()) does invalidate exception, but will result
in an exception later on in AbstractEngine. Here, the state manager
is flushed which will complain about the missing session.

The exception is catched by AbstractEngine. But an error is logged.

Any ideas? Thanks.

Regards,
Christian

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to