public interface Session extends Map<String,Object>
New keys added to a session object should be named in a manner that avoids possible collision with keys added by other objects in the heap.
void save(Response response) throws IOException
response
- The Response
instance to write the session state to.IOException
- If an I/O error occurs.Copyright 2011-2015 ForgeRock AS.