WebSphere issue with JSESSIONID stored in a cookie -


my portal stores jsessionid in cookie (websphere configuration) when press logout , redirected login page, cookie still there. creates following problematic scenario:

i log in user 1 log out , redirected login page

then log in user 2 logged in user 1 !

and believe happens because previous cookie still there.

i have tried delete cookie using jquery based on security config, not possible delete it.

so wondering there should solution this.


Comments

Popular posts from this blog

matlab - How to equate a structure array to structure array -

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -