Level 50
'Session' is just a name for storing data related to the session - so if it happens to be in redis, or disk, or db - it still gets called the 'session'. That you also use the same storage for something else doesn't really matter. If you want to think of 'Session Cache' and 'Data Cache' maybe that makes it easier?
1 like