Hi,
I have created an login procedure using application.cfm, however I have a few quesions...
1) How can I tell which user has been authentificated on each page
2) personalise each page specific to a user i.e. let a user view a page that is specific to a single user (similar to an online application form where I can start filling and application form and come back and start where I left off)
3) Identify a user throughout all the pages that the user has access to e.g. once a user has been athentificated and I want to display the username variable after performing a query and enclosing #usernane# within CFOUTPUT tages, I get an error
4) Once A user has been authentificated and is taken the welcome page, the URL is appended with "?CFID=6&CFTOKEN=19037113". I know this has something to do with
<CFLOCATION URL="Welcome.cfm" AddToken="Yes"> but Im not sure what this means????
5) Whats ?cfid=#cfid#&cftoken=#cftoken# al about and whats it advantages?
I think thats all the Questions for now.
Many thanks in advance
Sam
I have created an login procedure using application.cfm, however I have a few quesions...
1) How can I tell which user has been authentificated on each page
2) personalise each page specific to a user i.e. let a user view a page that is specific to a single user (similar to an online application form where I can start filling and application form and come back and start where I left off)
3) Identify a user throughout all the pages that the user has access to e.g. once a user has been athentificated and I want to display the username variable after performing a query and enclosing #usernane# within CFOUTPUT tages, I get an error
4) Once A user has been authentificated and is taken the welcome page, the URL is appended with "?CFID=6&CFTOKEN=19037113". I know this has something to do with
<CFLOCATION URL="Welcome.cfm" AddToken="Yes"> but Im not sure what this means????
5) Whats ?cfid=#cfid#&cftoken=#cftoken# al about and whats it advantages?
I think thats all the Questions for now.
Many thanks in advance
Sam