Larabros\Elogram\Http\Sessions\NativeSessionStore

class NativeSessionStore

An implementation of DataStoreInterface that uses native sessions.

property sessionPrefix

protected string

__construct()

Creates an instance of NativeSessionStore.

get($key)

{@inheritDoc}

Parameters:
  • $key
set($key, $value)

{@inheritDoc}

Parameters:
  • $key
  • $value