How can I query the Mac OS X keychain to retrieve only session items ?
When I try to get all items like this :
[SSKeychain accountsForService:nil];
A session item and a system item have exactly the same attributes for the keys : acct, cdat, class, crtr, labl, mdat, svce
How can y query the keychain to get only session items or distinguish them ?
Thank you for your help !
I have found by opening the user keychain :