Package play.mvc
Interface SessionStore
-
- All Known Implementing Classes:
CookieSessionStore
public interface SessionStoreImplementations of session storage mechanisms.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Scope.Sessionrestore()voidsave(Scope.Session session)
-
-
-
Method Detail
-
save
void save(Scope.Session session)
-
restore
Scope.Session restore()
-
-