Hey guys,
my first post on this forum, hopefully someone can help me out with my query.
I have programmed a webserver for an embedded system, that will dish out DHTML pages with javascript within them when connected to the required pages. Im just wondering how i can "secure" this information, with some kind of login script that will require a valid login/password (preferably encrypted). I would also like the script to "redirect" the user to the login webpage if they try to access the content pages, as well as keep track of the "session" so that each time they change the page it doesnt require another login, unless they have logged out of course. Ive done some reading, not sure whether to store this "session" information in a cookie or whether there is another way. This will also need to be completely client based.
I hope someone can help me out, i would be very appreciative if anyone can give me any suggestions or point me in the right direction.
Thanks in advance
Adam
my first post on this forum, hopefully someone can help me out with my query.
I have programmed a webserver for an embedded system, that will dish out DHTML pages with javascript within them when connected to the required pages. Im just wondering how i can "secure" this information, with some kind of login script that will require a valid login/password (preferably encrypted). I would also like the script to "redirect" the user to the login webpage if they try to access the content pages, as well as keep track of the "session" so that each time they change the page it doesnt require another login, unless they have logged out of course. Ive done some reading, not sure whether to store this "session" information in a cookie or whether there is another way. This will also need to be completely client based.
I hope someone can help me out, i would be very appreciative if anyone can give me any suggestions or point me in the right direction.
Thanks in advance
Adam
Comment