Well I still have the problem with session vars not being carried across from one page to another.
I verified that the server has session vars turned on and the timeouts are still the installation defaults. I have set up 3 pages, containing nothing but links to each other, and a cfdump of the session struct. The pages are: http://bluegrass.org.au/1.cfm and 2.cfm and 3.cfm. On the first page, 1.cfm I have also put the following code to simulate setting the session vars when someone logs in: <cfset session.auth = StructNew()> <cfset session.auth.UserLastName = 'Kear'> <cfset session.auth.UserEmail = '[EMAIL PROTECTED]'> When you look at 1.cfm, you can see the auth struct in the session CFDUMP right underneath it. Yet when you go to 2.cfm right after it, the auth struct is gone. Can someone else have a look at these pages for me too please make sure it's nothing to do with my browser settings? Cheers, Michael Kear Windsor, NSW, Australia AFP Webworks. -----Original Message----- From: Mike Kear [mailto:[EMAIL PROTECTED] Sent: Monday, September 01, 2003 9:55 AM To: CF-Talk Subject: RE: Session vars not being retained. Any ideas why? AH! I think we've found the problem. I checked with the sysadmin and he had session vars turned off in the CFMX administration console. That would kind of put the kybosh on any session-based authentication wouldn't it. Now I'll have another go at it and see where we go from here. Thanks for your offer Andy, but I'll work on the site again now and if it's still not working I might take you up on it. Cheers, Michael Kear Windsor, NSW, Australia AFP Webworks. (sheesh! Never occurred to me that we might have session vars turned off in the administrator!!) -----Original Message----- From: Andy Ousterhout [mailto:[EMAIL PROTECTED] Sent: Tuesday, 2 September 2003 12:49 AM To: CF-Talk Subject: RE: Session vars not being retained. Any ideas why? Is your site available to me? Could it be made available to me? Perhaps it is something with your browser. Andy ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Get the mailserver that powers this list at http://www.coolfusion.com

