2
I know that in Laravel 4 we can configure various ways to save session data. These are optional session storage mechanisms.
Among them we can select memcached
, database
, cookie
, apc
and file
, which by the way are very common.
But there is also an option there called array
.
If you select this option array
, what Laravel 4 will do internally to save session data?
I mean, I totally understand the kind of operation that will be performed in the other options, but this did not give to understand.
Give me -1 again, buddy?
– Wallace Maxters