diff --git a/views/header.php b/views/header.php index ebe4f87..0e04b72 100644 --- a/views/header.php +++ b/views/header.php @@ -34,6 +34,7 @@ if(checkLoginStatus()) { $action_class_buy_sell = 'process'; } +$_SESSION['rand'] = rand(); ?> @@ -97,7 +98,8 @@ $type = isset($_GET['type']) ? trim($_GET['type']) : 'danger';