Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Users keep getting logged out

Status
Not open for further replies.

hc1619

Programmer
Feb 17, 2004
62
NZ
I have a CF dating site... getting quite a lot of traffic. 99% of the users have no problems.. and I have put cookie checking code which displays a warning on the site that the site mightn't work properly if their cookies aren't enabled.

I'm using Sessions to track the users when the log in.

On the odd occasion I get an email from irate users moaning they get are asked to log in on every page they try to access.

I'm wondering if its the users browser settings causing this - or if there might be something more ominous going on. Again, the vast majority of people on the site have no problems.
 
1) What's this site you're talking about??
2) Ask these irate customers if they have cookies enabled, and what browsers their using.



____________________________________
Just Imagine.
 
oh yeah lastly, find out if these users have any spyware apps running in the background. Perhaps these spaywares are deleting the cookies and forcing each user to sign-in over and over.


____________________________________
Just Imagine.
 
I run a few sites where the general audience are ... privacy nuts..

So here's a few tips... When most users can get in and on or a few can't.. its on their end.. its cookies.. something like that.

Or.. ask them if they have programs such as Anonymizer installed.. Anonymizer throws fake cookies... keeps a fake history, masks the ip.. fun stuff like that.

If they run one of those programs, they won't be able to login.. A few of my users are that extreme and I tell them if they want to login, they're going to have topull back their settings on these sort of programs..

ALFII.com
---------------------
If this post answered or helped to answer your question, please reply with such so that forum members with a similar question will know to use this advice.
 
you could always use the url tokens instead. that way you don't have to rely on the user using cookies.


disclaimer,
I've never done it but i've heard it can be done and the logic seems sound.

Human beings, who are almost unique in having the ability to learn from the experience of others, are also remarkable for their apparent disinclination to do so.
-Douglas Adams (1952-2001)
 
But (and not to step on any toes) if you make that move, beware, its a big and tough one.. getting links to work.

ALFII.com
---------------------
If this post answered or helped to answer your question, please reply with such so that forum members with a similar question will know to use this advice.
 
no toes stepped on but thanks for the concern. He's right, all internal links are going to have to be coded to have them added dynamically, forms will have to have them coded in the action = "" cflocation and cfheader tags, so on and so forth.

Human beings, who are almost unique in having the ability to learn from the experience of others, are also remarkable for their apparent disinclination to do so.
-Douglas Adams (1952-2001)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top