Interface for the session.
Methods | ||
---|---|---|
public
|
start(): bool
|
# |
public
|
getId(): string
|
# |
public
|
setId(string $id): void
|
# |
public
|
getName(): string
|
# |
public
|
setName(string $name): void
|
# |
public
|
invalidate(int|null $lifetime = null): bool
|
# |
public
|
migrate(bool $destroy = false, int|null $lifetime = null): bool
|
# |
public
|
save(): void
|
# |
public
|
has(string $name): bool
|
# |
public
|
get(string $name, mixed $default = null): mixed
|
# |
public
|
set(string $name, mixed $value): void
|
# |
public
|
all(): array
|
# |
public
|
replace(array $attributes): void
|
# |
public
|
remove(string $name): mixed
|
# |
public
|
clear(): void
|
# |
public
|
isStarted(): bool
|
# |
public
|
registerBag(SessionBagInterface $bag): void
|
# |
public
|
getBag(string $name): SessionBagInterface
|
# |
public
|
getMetadataBag(): MetadataBag
|
# |