Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: General / Classic ASP versions(v3.4.XX)
 Unable to login with IE
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

tlevering
Starting Member

11 Posts

Posted - 03 May 2010 :  16:33:51  Show Profile
I've recently installed your message board on my club's website.
When users login, it says they successfully logged in but then returns them to the forum and doesn't acutally log them in. i have read several posts on this but can't seem to find the resolution.
It works fine in Firefox. I have cleared my cookies. Cookies are set to website in the admin options.

Classicmotorcycling
Development Team Leader

Australia
2085 Posts

Posted - 04 May 2010 :  05:15:02  Show Profile
What time is set on the server, is it set before the cookie starts, or is it set to after the cookie finishes, also check the Admin Options >> Main Forum Configuration >> Forum URL:

It maybe set to the wrong url.

Cheers,

David Greening
Go to Top of Page

tlevering
Starting Member

11 Posts

Posted - 04 May 2010 :  13:25:03  Show Profile
the forum url is correct. i'm not sure what the time on the server is. it is hosted on godaddy.com. i don't see any tools to check the server time.
Go to Top of Page

tlevering
Starting Member

11 Posts

Posted - 10 May 2010 :  11:50:39  Show Profile
any other suggestions?
Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 10 May 2010 :  12:25:40  Show Profile  Send ruirib a Yahoo! Message
Works on firefoz, but not on IE? Does it work on chrome? Does it work on opera?


Snitz 3.4 Readme | Like the support? Support Snitz too
Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 10 May 2010 :  12:43:10  Show Profile
Do you have an account we could use to try and test this ourselves?
What version of IE are they using?

Support Snitz Forums
Go to Top of Page

tlevering
Starting Member

11 Posts

Posted - 10 May 2010 :  13:26:40  Show Profile
i will have to download chrome and opera to let you know on that.
i created a guest account (guest123/abc123).
the url is www.teambuckeyefishing.com/forum
Thanks!!!!!
Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 10 May 2010 :  14:09:58  Show Profile
I logged in, but no cookies were being set on my computer, using Firefox 3.6.3. It supposed to be saving my username or the very least, setting a session cookie. But no cookies were being set at all.

Haven't tried in IE yet, since I am having a problem with FF already.

If you go to Admin Options --> Forum Variables Information, do you see the contents of your login details (like username, session id, path, etc)?
Just checking to see if the forum is setting sessions cookies for you.

Right now, your forum is very slow. Taking up to 3 mins to load a page.

Support Snitz Forums
Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 10 May 2010 :  14:41:46  Show Profile
Ok, I realize why I am not seeing the cookies. You are using a frame, so when you visit teambuckeyefishing.com, it loads the forum from thirstythursdaygolf.net. So the cookies are being set from thirstythursdaygolf.net.

The frame is what is messing the forum up for IE users. They can login just fine from www.thirstythursdaygolf.net/tb/forum/

Support Snitz Forums
Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 10 May 2010 :  14:52:43  Show Profile
And after more testing using IE 8, users have their cookies options set to not accept 3rd party cookies (which is what your site is doing when they login from teambuckeyefishing.com), so they don't get logged in.

If you want to keep the frame, your users will have to accept 3rd party cookies for your site.
Tools -- Internet Options -- Privacy tab.
Click "Sites" button.
Enter in the url of your site: http://www.thirstythursdaygolf.net/
Click "Allow".
Click Ok.
Click Ok.

It's either doing that, or getting rid of the frame.

Support Snitz Forums
Go to Top of Page

AnonJr
Moderator

United States
5768 Posts

Posted - 10 May 2010 :  15:12:45  Show Profile  Visit AnonJr's Homepage
There's also some code around here for creating a compact privacy policy which will alleviate some of the 3rd party cookie issues.

All things being equal, I'd look at doing a re-design without the frame as its going to cause more issues than just the currently observed cookie issues.
Go to Top of Page

AnonJr
Moderator

United States
5768 Posts

Posted - 10 May 2010 :  15:28:18  Show Profile  Visit AnonJr's Homepage
If I remember right, you can do one of the following:

Add the line in red to inc_header.asp:

'## START - REMOVAL, MODIFICATION OR CIRCUMVENTING THIS CODE WILL VIOLATE THE SNITZ FORUMS 2000 LICENSE AGREEMENT
Response.Write "<meta name=""copyright"" content=""This Forum code is Copyright (C) 2000-02 Michael Anderson, Pierre Gorissen, Huw Reddick and Richard Kinser, Non-Forum Related code is Copyright (C) " & strCopyright & """>" & vbNewline 
'## END - REMOVAL, MODIFICATION OR CIRCUMVENTING THIS CODE WILL VIOLATE THE SNITZ FORUMS 2000 LICENSE AGREEMENT
Response.Write "<meta http-equiv=""CP"" content=""OTI DSP COR LAW CURa ADMa DEVa TAIa OUR BUS IND UNI COM NAV INT"">" & vbNewline


Or

Add the following line below the Response.Buffer line in Config.asp:

Response.AddHeader "P3P", "CP=" & chr(34) & "CAO PSA OUR" & chr(34)



I've used the latter with good results.
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.47 seconds. Powered By: Snitz Forums 2000 Version 3.4.07