You can use Redis for both.
Sessions are stored using the session id as the cache key:
instantiated here:
And Laravel automatically prefixes the cache keys using the prefix defined in your ./config/cache.php file:
So it is very unlikely your app will get a cache key conflict.