Print Page | Close Window

Navigation to Web Wiz Forum

Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Forums
Forum Description: Support forum for Web Wiz Forums application.
URL: https://forums.webwiz.net/forum_posts.asp?TID=21559
Printed Date: 08 April 2026 at 9:39pm
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Navigation to Web Wiz Forum
Posted By: Allstar
Subject: Navigation to Web Wiz Forum
Date Posted: 10 October 2006 at 9:12pm
Is it possible to limit the access to a forum by stipulating that one can only navigate to the forum from a particular page or site? If this is possible, how does one go about setting this up?



Replies:
Posted By: dj air
Date Posted: 11 October 2006 at 10:33am
you coud set a cookie value within the page in question you come from
 
response.cookie("KT") = True
 
then on the forum common.asp check the cookie
 
if CBool(request.cookie("RT")) = false then
 
response.redirect " a website error page url"
END IF
 
 
that will mean aslong as the cookie is set then you can access the forum.
 
but this does rely on the user allowing cookies


Posted By: Allstar
Date Posted: 11 October 2006 at 2:04pm
Thanks, I will give it a go.



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net