/* Place these statements at the top of all pages that may be seen by valid users only. */
/* If the user has no access, send him to the login page... */
if (not has_access)
print varbin $null, "REDIRECT", "WebDAL.acgi$login.html";
Secret information
For your eyes only:
The information on this page can only be seen by valid users, after a correct login. You can check this as follows:
- Set a bookmark to this page.
- Login again with an invalid user name (e.g. 'xxx'). Go back to the login page to do this.
- Use your bookmark to jump to this page.
The link below would normally not be here, because it refers to a page that is only accessable from the Welcome Page. Users may access a page out of the required order by using a bookmark, or by typing the URL directly. This page sends the user back to where he comes from when this occurs. Check it out: only accessable from Welcome page...
Now go back to the Welcome Page, and try the link to the same page there.
Note: use the link provided above, and not the Back button, on your browser, which does not reload the page from the server!