Details
Description
provide a public mothed to access an entry of _sessions of HashSessionIdManager.
for example:
...
public class HashSessionIdManager extends AbstractLifeCycle implements SessionIdManager
{
...
public List getSession(String id)
{
if (_sessions == null)
return _sessions.getValues(getClusterId(name));
}
}
Greetings,
In order for us to better understand your request, please provide a valid use case that requires this functionality.
Thanks,
Michael