public abstract class SessionStateBase extends Object implements org.noear.solon.core.handle.SessionState
| 限定符和类型 | 字段和说明 |
|---|---|
protected static String |
_domain |
protected static int |
_expiry |
protected org.noear.solon.core.handle.Context |
ctx |
| 限定符 | 构造器和说明 |
|---|---|
protected |
SessionStateBase(org.noear.solon.core.handle.Context ctx) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected String |
cookieGet(String key) |
protected void |
cookieSet(String key,
String val) |
protected String |
sessionIdGet(boolean reset) |
protected String |
sessionIdPush() |
protected static int _expiry
protected static String _domain
protected final org.noear.solon.core.handle.Context ctx
Copyright © 2024. All rights reserved.