RedirectResponse.withSession

Flash a piece of data to the session.

@param string|array key @param mixed value @return RedirectResponse

  1. RedirectResponse withSession(string key, string value)
    class RedirectResponse
    withSession
    (
    string key
    ,
    string value
    )
  2. RedirectResponse withSession(string[string] sessions)

Meta