diff --git a/web/includes/actions.php b/web/includes/actions.php index 1d8ae70f4..24184d7db 100644 --- a/web/includes/actions.php +++ b/web/includes/actions.php @@ -696,8 +696,9 @@ if ( canEdit( 'System' ) ) { $Layout->save(); session_start(); $_SESSION['zmMontageLayout'] = $Layout->Id(); + setcookie('zmMontageLayout', $Layout->Id(), 1 ); session_write_close(); - unset( $_COOKIE['zmMontageLayout'] ); + $redirect = true; } // end if save } else if ( $_REQUEST['object'] == 'server' ) {