Reading session data
hamzabinamin opened this issue · 2 comments
New Feature / Enhancement Checklist
- [ x] I am not disclosing a vulnerability.
- [ x] I am not just asking a question.
- [ x] I have searched through existing issues.
Current Limitation
I am trying to read session details for particular users using the admin role and user, however even after adding the ACL to read session rows from an authenticated user, I get no results unless I try to fetch the session for the logged in user.
Feature / Enhancement Description
I understand this is a security feature and reading session data for other users can be dangerous but my use case requires to limit the login of a group of users based on how many people are logged in from that group and I can only determine that using their session information.
Any help would be appreciated.
@lacker @hramos @noughts @hipsterjazzbo Could you guys suggest what can be done?
Thanks for opening this issue!
- 🎉 We are excited about your ideas for improvement!
You should be able to do this with Cloud Code on the server side using the masterkey.
I'm closing this as it does not seem to be a Parse PHP SDK issue.
- For help with Parse Platform we recommend our community forum or our community chat
- For general coding questions we recommend Stack Overflow using the parse-platform tag
- For network and server questions we recommend ServerFault using the parse-server tag