Skip to content

Instantly share code, notes, and snippets.

@dai199
Created February 1, 2013 06:49
Show Gist options
  • Select an option

  • Save dai199/4689810 to your computer and use it in GitHub Desktop.

Select an option

Save dai199/4689810 to your computer and use it in GitHub Desktop.
CakePHPのAuthを使用するときに現在の場所にログイン後リダイレクトで戻ってくる設定
$this->Session->write('Auth.redirect', $this->here);
http://www.templemantwells.com.au/article/tools-tips/cakephp-auth-redirect-to-previous-page
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment