posted 17 years ago
Hi, at a first glance an easy,fast and very dirty way for checking cookie value and do something (ie update session value) is by putting some code in the boolean isSessionValid(UserSession userSession, HttpServletRequest request) method of the SSO implementation in use.
Actually can't think of a cleaner way to do this considering my lean knowledge of the session handling.
[originally posted on jforum.net by Jules]