A session is created by the CGI environment you are using, not by the webserver. For a webserver, every request is unique. If you use PHP, you can use
$_SESSION [nl3.php.net] for that. If you use any other scripting language, use the manual of that language to look up if there is any session handling. Otherwise, you have to make something yourself.