Quantcast
Channel: Developers Journey
Viewing all articles
Browse latest Browse all 6

PHP Sessions – part 2

$
0
0

Creating custom PHP session handler So, in this part of the series of PHP sessions, we are going to write our own custom sessionhandler. We can do this in a easy way the OOP way by implementing the SessionHandlerInterface interface php have given us. After we have created this custom session handler, we can just […]

The post PHP Sessions – part 2 appeared first on Developers Journey.


Viewing all articles
Browse latest Browse all 6

Trending Articles