Hi all,
I have developed a members portion to a site using session variables once a member has logged in. I am using CFLock when writing these session variables as well as when the member logs out. One member is having a problem accessing all member pages. At the beginning of each page in the member section, I have the following check:
<cfif Not IsDefined("session.login"
>
<cflocation url="/">
</cfif>
<cfif StructIsEmpty(session.login)>
<cflocation url="/">
</cfif>
Only certain pages in the member section are throwing him back to the home page of the site, although these CFIF statements should not be returning true for him.
In addition, under this same login, no other pc's are posing this problem and no other member seems to have this problem.
He has accessed these pages using AT&T at Home, MSN and IE. When he is on the same PC and goes through Opera 5, he does not have this problem.
Can anyone provide any ideas as to why this might be happening?
Thanks!!
Jami
I have developed a members portion to a site using session variables once a member has logged in. I am using CFLock when writing these session variables as well as when the member logs out. One member is having a problem accessing all member pages. At the beginning of each page in the member section, I have the following check:
<cfif Not IsDefined("session.login"
<cflocation url="/">
</cfif>
<cfif StructIsEmpty(session.login)>
<cflocation url="/">
</cfif>
Only certain pages in the member section are throwing him back to the home page of the site, although these CFIF statements should not be returning true for him.
In addition, under this same login, no other pc's are posing this problem and no other member seems to have this problem.
He has accessed these pages using AT&T at Home, MSN and IE. When he is on the same PC and goes through Opera 5, he does not have this problem.
Can anyone provide any ideas as to why this might be happening?
Thanks!!
Jami