Up

GSWeb: Class GSWServerSessionStore

Authors

Manuel Guesdon (mguesdon@orange-concept.com)

Version: 1.4

Date: 2003/01/19 15:33:07

Copyright: (C) 1999-2003 Free Software Foundation, Inc.


Contents -

  1. Software documentation for the GSWServerSessionStore class
  2. Software documentation for the GSWServerSessionStore(GSWServerSessionStoreInfo) category

Software documentation for the GSWServerSessionStore class

GSWServerSessionStore : GSWSessionStore

Declared in:
Foundation/GSWServerSessionStore.h
Standards:

Description forthcoming.


Instance Variables

Method summary

removeSessionWithID: 

- (GSWSession*) removeSessionWithID: (NSString*)aSessionID;

Description forthcoming.


restoreSessionWithID: request: 

- (GSWSession*) restoreSessionWithID: (NSString*)aSessionID request: (GSWRequest*)aRequest;

Description forthcoming.




Instance Variables for GSWServerSessionStore Class

_sessions

@protected NSMutableDictionary* _sessions;

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.





Software documentation for the GSWServerSessionStore(GSWServerSessionStoreInfo) category

GSWServerSessionStore(GSWServerSessionStoreInfo)

Declared in:
Foundation/GSWServerSessionStore.h
Standards:

Description forthcoming.

Method summary

allSessionIDs 

- (NSArray*) allSessionIDs;

Description forthcoming.


containsSessionID: 

- (BOOL) containsSessionID: (NSString*)aSessionID;

Description forthcoming.



Up