Not sure about the IP address issues. One thing I have learned is it is MUCH
better to use cookies instead of appending the URLTOKEN to the links. You
may want to try enabling client cookies (setclientcookies="yes") in your
CFAPPLICATION tag and then try it from your various IP addresses. Since
cookies are stored on the Web browser it should work much better.



-----Original Message-----
From: Erikk Ross [mailto:[EMAIL PROTECTED]]
Sent: Saturday, January 13, 2001 11:23 AM
To: Fusebox
Subject: newbie - CFID problem


Hi everyone,

I'm having an odd problem.  I am using client variables and the database to 
keep track of user logins just like in the Fusebox book.  I append the 
request.urltoken to all the links.  The login process works fine when I 
test it using 192.168.0.1.  It keeps track of who is logged in even after 
closing and reopening the browser.  However when i test it using the IP of 
my cable modem it does not work correctly.  If I login, then go to some 
other website and come back to the login page I must login again.  I 
noticed that when I use the IP of the cable modem to view the pages 
everytime I leave the site and come back, the CFID is increased by 
one.  When I view the site using 192.168.0.1, the CFID stays the same even 
if I leave the page or close the browser and reopen it.  I thought that the 
problem was not changing the request.webroot to whatever IP I was 
using.  But I changed it to be the IP of my cable modem and I still had the 
same problem.  Any ideas?  Thanks!

Erikk
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to