User identifier with dynamic random images

th3 ied kid

th3 ied kid

@th3-ied-kid-AAVSGR Oct 26, 2024
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..

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • niraj.kumar

    niraj.kumar

    @nirajkumar-6nokRG Jul 24, 2008

    may be u can store the information in some file or mysql database at the time of generating those info ... so it will save time to pass the info ..and u can use this information later on .. when u need it