| java.lang.Object com.caucho.portal.generic.SessionPreferencesStore
SessionPreferencesStore | public class SessionPreferencesStore implements PreferencesStore(Code) | | SessionPreferencesFactory creates or returns an existing store that is in
the users's session.
Each namespace is assigned an attribute name to use in the session,
the attribute value is an instance of
SessionPreferences .
|
setAlwaysCreateSession | public void setAlwaysCreateSession(boolean alwaysCreateSession)(Code) | | If true then a session is always created for the user if there is not one
already, default is true.
|
|
|