Previous Page
dump()

Solar_Auth_Adapter_Post
getFlash()

Next Page
isLoginRequest()

getFlash()

public mixed getFlash ( string $key, mixed $val default NULL )

Retrieves a "read-once" session value for Solar_Auth.

Inherited from Solar_Auth_Adapter.

Parameters

  • (string) $key: The specific type of information.
  • (mixed) $val: If the key does not exist, return this value. Default null.

Returns

  • (mixed) The "read-once" value.

Description

Retrieves a "read-once" session value for Solar_Auth.

Starts a session if one is not already going.

Typical key here is "status_text".