Modifier and Type | Interface and Description |
---|---|
interface |
ISessionBackend
Interface for a session backend.
|
Modifier and Type | Class and Description |
---|---|
class |
AESCookieBackend
Backend based on an AES-encrypted cookie.
|
Modifier and Type | Class and Description |
---|---|
class |
JSONAESCookieBackend
Backend based on an AES-encrypted cookie.
|
Modifier and Type | Class and Description |
---|---|
class |
MemcacheBackend
Backend based on an unencrypted cookie.
|
Modifier and Type | Class and Description |
---|---|
class |
PlainCookieBackend
Backend based on an uncrypted cookie.
|
Modifier and Type | Class and Description |
---|---|
class |
SessionBackend
Backend based on an unencrypted cookie.
|
Modifier and Type | Class and Description |
---|---|
class |
CookieBackendSupport
An helper class for backend implementations which are using cookies to store
data.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IRequestProcessor
Interface for a request processor.
|
Modifier and Type | Class and Description |
---|---|
class |
Cookie2AttributeProcessor
Request processor which stores request attributes in a cookie.
|
Copyright © 2009–2013. All rights reserved.