Hello,

 

  I have a webapp which connects to a cocoon webapp sending a token for authentication.

  When the user logs out and logs in again from the first webapp, I get an error in the flow in cocoon webapp because

it uses the token stored in the session which is still valid instead of the new token.

  Is there any way to make the authentication mechanism smarter, not just reusing the active session, but invalidating the session and reauthenticating

when the token parameter presented is different from the one stored in the session?

 

Thanks

Reply via email to