Files
whatsapp/test_session.php
T
2026-01-28 02:23:36 -05:00

2 lines
52 B
PHP

<?php session_start(); $_SESSION["user_id"] = 1; ?>