<?php
session_start();
$_SESSION["username"] = $username;
$_SESSION["password"] = $password;
session_unset();
session_destroy();
@header("location:login.php");
?>
niths -1 Posting Whiz in Training
cwarn23 387 Occupation: Genius Team Colleague Featured Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.