私はcakePhpアプリケーションで "remember me"オプションを有効にしようとしています。私はこれを実装するためにこのCakePHP remember me with Auth答えを使用しました。これは、モデルからの論理である if ((int)$this->request->data['User']['remember_me'] == 1) {
// remove "
複数のURL構造を許可する必要があるサイトがあります。たとえば、次のようになります。 www.examplesite.com/people/add // <-- example company
www.otherexample.com/xyz/people/add // <-- "xyz" company (not location based)
www.otherexample.com/fl