Session method to get all keys/values missing
Bug #596851 reported by
Vincent Buzzano
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
play framework |
Fix Committed
|
Undecided
|
Unassigned |
Bug Description
It would be great to be able to access all keys (or keys/value) containing in the session object. Or be able to get the Map data like
for Scope.Params
params.all(); // exists by default
session.all(); // does not exists
Changed in play: | |
status: | New → Fix Committed |
milestone: | none → 1.1 |
To post a comment you must log in.