These files illustrate use of frames and preservation of session information across frames. Session information will, of course, only be displayed if these pages are being served by the VisualWave server.
If you are browsing this page by visiting the "default" web site,
you can run this example by clicking on the link below.
Otherwise, please consult
web/gettingstarted.txt
for instructions on starting up the server.
Then run the example with the following URL in the web browser
http://localhost:8008/frames/frame0.ssp
frame0.ssp
+ frames1.ssp
+ frames2.ssp
+ frames3.ssp
+ frames4.ssp
+ frames5.ssp
Notes:
The session information is preserved via a cookie, and requires the domain to be set. Naturally, the example will not work if your browser is set to refuse cookies.
If you are accessing the server from a remote browser, this example will not work when using TinyHttpServer, unless the Tiny HTTP server's hostname (which defaults to localhost) is set to the server name which the web browser is using in the URL.
Also, it does not appear to work when using IPWebListener over CGI or ISAPI when accessing the server as "localhost", so you may need to access the machine via a full name or IP address to get the session information preserved.
There may also be problems with cookies using domains in IIS4 on NT.