On Nov 29, 6:40 pm, zocoloco <[EMAIL PROTECTED]> wrote: > I just upgraded a site from 4.0.9 to 5.0.2. I cannot login at webtop. > > - I enter the correct login > the page redirects to itself > - I enter an incorrect login and get the windowed error message > - I have turned on J2EE session variables in CF Admin > - I have stopped and started CF > > Nothing seems to work. Any suggestions?
Hmm.. make sure you have removed your /farcry web server mapping and replaced it with the /webtop mapping. FarCry logs you out without any sort of ceremony if it thinks your credentials are invalid for the area you are accessing. The next step will be to open up the Application.cfc in ./webtop in core and dump vars and abort before it logs you out. That way you may at least be able to see what is in the user session. geoff http://www.daemon.com.au/ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
