User identifier with dynamic random images
Well honestly am still confused on naming topic so.. herez the thing i want:
Some of the websites image based authentication ...to separate the human user from bot user....like in gmail,yahoo...failing to enter correct pass etc..
Okay suppose i use php/mysql ..5.x version ...with NO SESSION...no cookie..
.. i can generate stringed up images with a code for the user to enter ..next up when form actions to the next page i cross check values.....assume things are pseudo random and stuff...but my point is ...is there any way we can pass
our generated code along the page without posting or getting or sessioning..<thatz inclusive of cookies>
Well is there any extra addable header element manipulable using php..etc..
Some of the websites image based authentication ...to separate the human user from bot user....like in gmail,yahoo...failing to enter correct pass etc..
Okay suppose i use php/mysql ..5.x version ...with NO SESSION...no cookie..
.. i can generate stringed up images with a code for the user to enter ..next up when form actions to the next page i cross check values.....assume things are pseudo random and stuff...but my point is ...is there any way we can pass
our generated code along the page without posting or getting or sessioning..<thatz inclusive of cookies>
Well is there any extra addable header element manipulable using php..etc..
0