<?php session_start() ?>
<html>
<head><title>Preferences Set</title></head>

<body style="background-color:<?= $_SESSION['bg'?>
             color: <?=  $_SESSION['fg'?>">

<h1>Welcome to the Store</h1>

We have many fine products for you to view.  Please feel free to browse
the aisles and stop an assistant at any time.  But remember, you break it
you bought it!<P>

Would you like to <a href="prefs-session.html">change your preferences?</a>

</body>
</html>