Hi,
it may seems to be fool :o ! but i need an answer from those who can :confused: . Where will the user credentials by a web-app be saved ? and from which software-component will be managed ?
if someone knows a link where this is explained in or keywords for google, please post. Many Thanks
user credentials
Started by alim27, Apr 14 2008 02:11 AM
4 replies to this topic
#1
Posted 14 April 2008 - 02:11 AM
|
|
|
#2
Posted 14 April 2008 - 10:12 AM
That fully depends on the computer software developer. The data will probably (as usually) be stored on a data medium, like for example a HDD medium. This data will be managed by different computer softwares. One of these will certainly be the Hypertext Transfer Protocol server deamon itself, and the computer software application's GUI interface that will be available to the user.
I don't know if there is something else to exaplain here. Do you need some examples of source software code algorithms?
I don't know if there is something else to exaplain here. Do you need some examples of source software code algorithms?
Edited by R-G, 14 April 2008 - 10:15 AM.
Like an angel without a sense of mercy.
#3
Posted 15 April 2008 - 01:20 AM
Thanks R-G ! that was a good start for me. If you have some source software cod algorithms it would be great to post them here.
#4
Posted 15 April 2008 - 02:45 AM
Well, I guess you don't have any skills or practise in solving problems with a computer programming languages like for example the Hypertext Preprocessor, don't you?
However, the users credentials are usually stored (on the computer hardware's HDD medium) in a computer software called "the database". Its basically just a structured collection of records or data.
So, a computer software called "database" is usually a network server software that is listening on a defined network port number. The users indirectly access the computer software database so, that "they" (not directly the user but a HTTP server software itself) create a socket in the TCP network communication protocol and make a query on the data stored in the computer software database so it can/could be read and forwarded to a defined destination (probably the user or another external destination).
If you have a question, don't have a doubt to ask, you should however make some queries on a digital search engine, before actually writing some.
However, the users credentials are usually stored (on the computer hardware's HDD medium) in a computer software called "the database". Its basically just a structured collection of records or data.
So, a computer software called "database" is usually a network server software that is listening on a defined network port number. The users indirectly access the computer software database so, that "they" (not directly the user but a HTTP server software itself) create a socket in the TCP network communication protocol and make a query on the data stored in the computer software database so it can/could be read and forwarded to a defined destination (probably the user or another external destination).
If you have a question, don't have a doubt to ask, you should however make some queries on a digital search engine, before actually writing some.
Like an angel without a sense of mercy.
#5
Posted 14 May 2008 - 02:45 AM


Sign In
Create Account


Back to top









