P
Peter Judge
Guest
The only token that PASOE/Spring passes into an ABL session is the CLIENT-PRINCIPAL. So if you want to use that token in your ABL sessions - and I firmly believe you should - then you should always have this enabled. Note that this only passes the token into the ABL session: it does not assert the user in the session (you need to code that via SET-DB-CLIENT() or SET-CLIENT()).
Continue reading...
Continue reading...