Hey guys Just getting into this whole farcry thing and i have come across an issue which is..well.....i cant log in.
The user info is in the database and everything looks like its installed properly, except when i log in, well it doesnt log me into the system. I have been rumaging around in the core code and this is what i have noticed. farcry_core/tags/navojo.cfm ------------------------------------------------------ sets a variable called request.mode.bAdmin [<cfset request.mode.bAdmin = 1>] then does a redirect using cflocation. doesnt cflocation cause all your request vars to be lost? farcry_core/admin/Application.cfm ------------------------------------------------------ it checks request.mode.bAdmin to see if it is set to 1 and if not it logs out and i am presented with the login screen again, but i dont have any request variables anymore because of the cflocation Is it just me or is this wrong? This is bugging me to no end Steve --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/farcry-dev?hl=en -~----------~----~----~----~------~----~------~--~---
