Thursday, 30 April 2009

CW2: Problem solving logging session

After creating a login form, for users to log-in before they are able to access the checkout page. The user was not able to return to the checkout after going to the shopping cart page, as the login session did not save the log-in details when the user logs-in.




This was done manually, throught the help of books and online resources, however having looked at the google groups for answers, there was mention of using the Dreamweaver facility of creating login-form as well as restricting users.












Under the data menu there is the facility of creating restrict users selection, this automated a lot of the work.



As stated earlier the manual way of creating the login session, it was not properly initialised, so the Dreamweaver facility provided a much better way to carry out this task.










The page shows a log-in form that was initialized by Dreamweaver, the form fields had to be created manually, textfields, labels, etc but the coding was handled by Dreamwever, where options were given to choose the table to authenticate the users who log-in,









By creating the log-in and restrict users, the session is realted, and much quicker to integrate.

No comments:

Post a Comment