Re: Overview Tab FirstLogin Session Variable Error
"Chris Roth" <[email protected]>
| Newsgroups | gmane.comp.cms.farcry.user |
|---|---|
| Message-ID | <[email protected]> |
Yang.. I am using a modified version of Reid's custom login template. http://groups.google.com/group/farcry-dev/browse_frm/thread/192d71e900f53242/0b87791b09d59cdb?q=AD&rnum=4#0b87791b09d59cdb This template creates a profile from AD information if one does not exist, I was having a similar problem when a AD user logged in the second time, it seemed that after checking if a profiloe existed, session.firstlogin was not being set causingthe error in the overview page. I added <cfset session.firstLogin = "false"> after the check to see if there was in fact a profile and this seems to have fixed it for me. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-user" group. To post to this group, send email to farcry-user-/[email protected] To unsubscribe from this group, send email to farcry-user-unsubscribe-/[email protected] For more options, visit this group at http://groups.google.com/group/farcry-user -~----------~----~----~----~------~----~------~--~---