Author |
Topic  |
l2k man
New Member

United Kingdom
74 Posts |
Posted - 31 March 2010 : 09:51:43
|
I am having difficulties with retaining members login. I have uploaded a completely revised site based on the forum. Previously the forum was held in a sub-directory of htdocs, but having renamed default.asp to mainforum.asp the forum is now in htdocs. When a registered member logs in and then leaves the site, Firefox remembers the member and holds the login, but IE8 does not. Previously it did. As the majority of members use IE8 they are complaining. I have looked for variances in inc_header, login, inc_function_common but cannot see anything that looks as though it is causing the problem. Any suggestions where to look would be appreciated. The website is http://www.laser2000.org.uk
|
|
HuwR
Forum Admin
    
United Kingdom
20600 Posts |
Posted - 31 March 2010 : 12:43:31
|
if it used to work for the members who are complaining, tell them to clear their cookies and then re-login, it is probably a cookie conflict, it is unlikely to be code related if it works in firefox. |
 |
|
l2k man
New Member

United Kingdom
74 Posts |
Posted - 31 March 2010 : 13:06:47
|
Thanks Huw, but I've tried that myself without success. |
 |
|
AnonJr
Moderator
    
United States
5768 Posts |
Posted - 31 March 2010 : 15:50:22
|
Do you have cookies set to forum or website in your admin options? |
 |
|
l2k man
New Member

United Kingdom
74 Posts |
Posted - 31 March 2010 : 16:58:18
|
It's set to website. I don't know whether it helps but forum was originally in a subfolder called /chat/ and I had a test site also in a subfolder called /IFPlay/. I have now deleted both those folders, except aspclient in chat which I could not delete, only move up to htdocs. However when I goto Forum Variables Info I get all the variables with /chat/ and /IFPlay/ prefix and without a prefix. I am feeling out of my depth, and not because I took my 4 1/2 year old granddaughter swimming this afternoon. |
 |
|
Shaggy
Support Moderator
    
Ireland
6780 Posts |
Posted - 01 April 2010 : 05:08:44
|
Try changing the unique ID for your cookies and see if that helps. Find the following on or around line 103 of config.asp and change the Snitz00 to something else:Dim strUniqueID : strUniqueID = "Snitz00" |
Search is your friend “I was having a mildly paranoid day, mostly due to the fact that the mad priest lady from over the river had taken to nailing weasels to my front door again.” |
 |
|
Classicmotorcycling
Development Team Leader
    
Australia
2085 Posts |
Posted - 01 April 2010 : 06:01:45
|
Have you tried going in to Admin Options (www.forumname.com/admin_home.asp for example) and changed the URL of the forum in Main Forum Configuration and set the Forum URL:?
quote: Originally posted by l2k man
It's set to website. I don't know whether it helps but forum was originally in a subfolder called /chat/ and I had a test site also in a subfolder called /IFPlay/. I have now deleted both those folders, except aspclient in chat which I could not delete, only move up to htdocs. However when I goto Forum Variables Info I get all the variables with /chat/ and /IFPlay/ prefix and without a prefix. I am feeling out of my depth, and not because I took my 4 1/2 year old granddaughter swimming this afternoon.
Just thought that I would ask tat question since the Forum Vaiables are still showing the folder /chat/.... 
|
Cheers, David Greening |
 |
|
l2k man
New Member

United Kingdom
74 Posts |
Posted - 01 April 2010 : 06:34:50
|
Hi Shaggy and Classic, Firsly there isn't Dim strUniqueID in my config.asp, but maybe that's because I am still using 3.4.03. It is in 07, but I am reluctant to upgrade until I have mastered where I am. (I inherited the site at 3.4.03) Is it OK just to add the line 'Dim strUniqueID : strUniqueID = "Snitz00" ' immediately after ' Const intCookieDuration = 30 '?
re Forum Variables, I have deleted the folder /chat/ and the folder /IFPlay/. I have set the Forum URL to http://www.laser2000.org.uk/ and the Images location to ../ . If I look in the actual database the /chat/ prefix is not there 'FORUM_CONFIG_NEW' I have found that I am also having problems in that topic.asp is calling the fileicons from /chat/ even though I have fileicons in htdocs. So if I delete the files in /chat/ the icons disappear. |
 |
|
Classicmotorcycling
Development Team Leader
    
Australia
2085 Posts |
Posted - 01 April 2010 : 10:43:43
|
I am pretty sure it has to do with the 3 sets of Application Variables in your Database.
You have the following types of listed App Var's
/ifplay/ /chat/ /
As per the e-mail, after backing up your Database, remove the /ifplay/ and the /chat/ entries (all 478 entries) and leave the last set of 239 as the site is seeing them and getting confused as it has found the Variable that you are asking for which the /ifplay/ and the /chat/ App Var's are before the needed ones.
Let us know how you go.
|
Cheers, David Greening |
 |
|
HuwR
Forum Admin
    
United Kingdom
20600 Posts |
Posted - 01 April 2010 : 11:10:10
|
have you tired the 'check installation'link under admin options, that should force it to reload the application variables |
 |
|
l2k man
New Member

United Kingdom
74 Posts |
Posted - 01 April 2010 : 13:14:45
|
With many thanks to Classic, and your e-mails. I have looked at the database FORUM_CONFIG_NEW, but cannot find any /ifplay/ or /chat/ entries. I have also tried the check installation, but that didn't help. The bit I really cannot understand is why I can see the /ifplay/ and /chat/ entries in admin options, Forum Variables Information, yet they are not there when I open the database in access. |
 |
|
HuwR
Forum Admin
    
United Kingdom
20600 Posts |
Posted - 01 April 2010 : 13:50:47
|
because the forum variables page is not showing you what is in the database it is showing you the application variables from the webserver |
 |
|
l2k man
New Member

United Kingdom
74 Posts |
Posted - 01 April 2010 : 14:22:30
|
OK, so how can I delete them?
|
 |
|
l2k man
New Member

United Kingdom
74 Posts |
|
HuwR
Forum Admin
    
United Kingdom
20600 Posts |
|
l2k man
New Member

United Kingdom
74 Posts |
Posted - 09 May 2010 : 12:25:59
|
I would like to know whether anyone else has this problem. I have gone back to our previous set up, where the forum was in a sub-directory, /chat/ . In that case login is retained. Yet I cannot see any difference in the relevant scripts that would explain why. I have at least one member who is persistent in wanting a resolution to this. Yes I have recommended putting IE where it should be and using Firefox, to no avail. |
 |
|
Topic  |
|