ESH/mc/Callback_test.php
2024-10-23 18:28:06 +05:30

8 lines
224 B
PHP

<?php
session_start();
$_SESSION['__SSOAuthenticated_username']='yathin.kumar@tvsmotor.com';
//$_SESSION['__SSOAuthenticated_emp_code']=$user->data->getEmployeeId();
echo "<script>location.replace('/tvs/')</script>";
?>