Print Page | Close Window

Problem after domain name change

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=15030
Printed Date: 29 March 2026 at 5:15pm
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Problem after domain name change
Posted By: rob_andy
Subject: Problem after domain name change
Date Posted: 11 May 2005 at 10:41am
Hi there all,
 
I changed the domain name which my forum was listed last night and discovered this morning that I was getting a CDATE error.  Had a look into problem and realised it was something to do with Locale.  Ended up solving the issue by emptying my cookies.  Is there any code I can change to expire all cookies and force a refresh to get everybody back in without them having to delete cookies?  Thanks in advance.



Replies:
Posted By: dj air
Date Posted: 11 May 2005 at 11:52am
you could set a cookie on a users PC after clearing the cookies then if cookie exists already done.. put this within a session veriable so its once per a session.

then after a few weeks take the code out and leave as it is


Posted By: rob_andy
Date Posted: 11 May 2005 at 12:21pm
Thanks for that, I'm not familiar with cookies, how would I do the said.
 
Thanks


Posted By: dj air
Date Posted: 11 May 2005 at 12:29pm
if session("CookieCheck") = "" then

Response.Cookies(strCookieName)("LTVST") = ""
Session("CookieCheck") = "true"
END IF

im not sure on the above but add that at the top of the common.asp page.

leave for a few days (when you think everyones been on) then delete it .and everyone should use the new format

<- edit ->
add it under the strCookiename is set.
else it wont work



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