Session configuration proxying to session INI options
Set storage option in backend configuration store
| Parameters: |
|
|---|---|
| Return type: | SessionConfig |
| Throws : | InvalidArgumentException |
Retrieve a storage option from a backend configuration store
Used to retrieve default values from a backend configuration store.
| Parameters: | string – |
|---|---|
| Return type: | mixed |
Set session.save_handler
| Parameters: | string – |
|---|---|
| Return type: | SessionConfig |
| Throws : | ExceptionInvalidArgumentException |
Set session.save_path
| Parameters: | string – |
|---|---|
| Return type: | SessionConfig |
| Throws : | ExceptionInvalidArgumentException on invalid path |
Set session.serialize_handler
| Parameters: | string – |
|---|---|
| Return type: | SessionConfig |
| Throws : | ExceptionInvalidArgumentException |
Set cache limiter
| Parameters: | $cacheLimiter – |
|---|---|
| Return type: | SessionConfig |
| Throws : | ExceptionInvalidArgumentException |
Set session.hash_function
| Parameters: | string|int – |
|---|---|
| Return type: | SessionConfig |
| Throws : | ExceptionInvalidArgumentException |
Set session.hash_bits_per_character
| Parameters: | int – |
|---|---|
| Return type: | SessionConfig |
| Throws : | ExceptionInvalidArgumentException |