Up
Authors
Manuel Guesdon (mguesdon@orange-concept.com )
Date: Generated at 2026-06-22
Copyright: (C) 1999-2003 Free Software Foundation, Inc.
class_GSWServerSessionStore
GSWSessionStore
GSWSessionStore
GSWServerSessionStore
GSWServerSessionStore
GSWSessionStore->GSWServerSessionStore
Declared in:
WebObjects/GSWServerSessionStore.h
Availability: OpenStep
Description forthcoming.
GSWServerSessionStore declares 1 Instance Variables
- (
GSWSession *)
removeSessionWithID: (
NSString *)aSessionID;
Availability: OpenStep
Should be Locked
Instance Variables for GSWServerSessionStore Class
@protected NSMutableDictionary*
_sessions ;
Availability: OpenStep
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private , it is
intended for internal use within the package, and
you should not use the variable in other code.
Declared in:
WebObjects/GSWServerSessionStore.h
Availability: OpenStep
Description forthcoming.
- (
NSArray *)
allSessionIDs ;
Availability: OpenStep
Description forthcoming.
- (BOOL)
containsSessionID: (
NSString *)aSessionID;
Availability: OpenStep
Description forthcoming.
Up