| com.caucho.quercus.env.ResinSessionArrayValue
ResinSessionArrayValue | public class ResinSessionArrayValue extends SessionArrayValue (Code) | | Represents the $_SESSION
|
Field Summary | |
final protected static Logger | log |
ResinSessionArrayValue | public ResinSessionArrayValue(String id, long now, long maxInactiveInterval)(Code) | | |
ResinSessionArrayValue | public ResinSessionArrayValue(String id, long now, long maxInactiveInterval, ArrayValue array)(Code) | | |
load | public boolean load()(Code) | | |
remove | protected void remove()(Code) | | Invalidates the session.
|
store | protected void store()(Code) | | |
|
|