NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Alberto on March 10, 2020, 05:26:38 AM

Title: Problem changing server port
Post by: Alberto on March 10, 2020, 05:26:38 AM
Hi, I have a server running on port 8888
Change it to 8088
Restart
The server runs ok (see pic), the browser reachs the server ok but I only get a page saying}

Bad Session ID (Host Changed)

This is the page source code

Code: [Select]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html class="no-js">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /><link href="/styles/error.css" rel="stylesheet" type="text/css" /><title>403 </title></head>
<body class="ErrorPage">
<div class="ErrorDiv">
<hr></hr>
<h1></h1>
Bad Session ID (Host Changed)
<br><br><hr></hr>
</div></body>
</html>
Title: Re: Problem changing server port
Post by: Jane on March 10, 2020, 08:33:25 AM
Did you try deleting the [websitename].State.Xml file?
Title: Re: Problem changing server port
Post by: Bruce on March 11, 2020, 10:34:44 PM
Probably a good idea to wait for the session to timeout - or close (completely) the browser.