Suggest me a secure way of coding to take a value...
Posted: Wed Sep 19, 2007 10:04 am
Hi,
I am getting signUp details in a page (Firstname, Lastname, Username, Password, etc..,) and I am storing it in a database table, username as a primary key. After that, I am getting social profile details, work profile details and storing it in a tables, username as a primary key in each tables. Here I am using SESSION VARIABLE in each page(social profile page and work profile page) to redrive and store username.
But my project leader, not accepting this kinda coding. He is saying that no data security, like that... So anyone of you suggest me a secured way of coding to take data from my signup page to social and work profile pages.
I am getting signUp details in a page (Firstname, Lastname, Username, Password, etc..,) and I am storing it in a database table, username as a primary key. After that, I am getting social profile details, work profile details and storing it in a tables, username as a primary key in each tables. Here I am using SESSION VARIABLE in each page(social profile page and work profile page) to redrive and store username.
But my project leader, not accepting this kinda coding. He is saying that no data security, like that... So anyone of you suggest me a secured way of coding to take data from my signup page to social and work profile pages.