this is weird I'm using app_login and app_secure. When a user logs in I set client.member_id and client.member_groups. That works fine. In IE, users can log in and go to the members area, (where app_Secure kicks in) and it all works very tidily. However in Nutscrape it's a different story altogether. Users can log in. When they log in, the top frame of the site displays their name and all is well and rosy. But when they go to the members area, then one step further into one of the member options, it all goes to hell. At that point app_secure decides the client.member_id doesn't exist so it throws you out. The thing is, I was using a SQL window to watch the CDATA table (I'm using database client vars) and the client variables still exist. However I noticed that when the app set client.message (for the"you need to log in to go here" message) it set it in a new row in CDATA. When IE does it, it sets it in the same row as the rest of the client variables - but in nutscrape it doesn't. is there a reason for this? has anyone else seen something similar? I can't figure out how to overcome it - I'm passing urltoken to EVERY single page... Toby Toby Tremayne Code Poet and Zen Master of the Heavy Sleep Show Ads Interactive 359 Plummer St Port Melbourne VIC 3207 P +61 3 9245 1247 F +61 3 9646 9814 ICQ UIN 13107913 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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
