Hi,

how can I get a new session for each request which call my restful
webservice with /getSession.

If I understand it right a Subject is asociated with a single user. So
every user which call /getSession get the same session?

Session session = SecurityUtils.getSubject().getSession();

Cheers,

Michael

Reply via email to