mirror of
https://github.com/delight-im/PHP-Auth.git
synced 2025-08-06 08:07:27 +02:00
Explain how to manage session data conveniently
This commit is contained in:
@@ -222,6 +222,10 @@ If the user is not currently signed in, this returns `null`.
|
|||||||
$ip = $auth->getIpAddress();
|
$ip = $auth->getIpAddress();
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Read and write session data
|
||||||
|
|
||||||
|
For detailed information on how to read and write session data conveniently, please refer to [the documentation of the session library](https://github.com/delight-im/PHP-Cookie), which is included by default.
|
||||||
|
|
||||||
### Utilities
|
### Utilities
|
||||||
|
|
||||||
#### Create a random string
|
#### Create a random string
|
||||||
|
Reference in New Issue
Block a user