Closed zilveer closed 5 years ago
Session handles can be customized through the SessionHandlerInterface, through which sessions can be stored using Redis, Memcache.
@id0612 THX, Can it be customized To use database instead ?
Of course.
@id0612 Thx for quick reply.but I assume that currently it is not possible with the current built in session handler right ?
$this->session supports specifying your own session handle. See my screenshot.
Hi everyone, a question can Easyswoole handle user sessions through multiple servers (front end ) connected to one database server ?
I am thinking of that Laravel can handle it since one can store sessions in the database, is this possible to do the same with Easyswoole ?
If not, is ther any other way to share the user sessions in multiple servers ?
Regards