Long Wait
Warning: session_start(): Session cannot be started after headers have already been sent in /home2/blueemin/public_html/gaslan/index.php on line 63
session_id() empty
sessPath: /var/cpanel/php/sessions/ea-php80
sessCookie: /
foo: [not exists]
PHPSESSID: problem, check your PHP settings
I'm sorry it has been a while since I have done anything with these pages. Life happens in between doing such side projects.
test 1 (printing session value)
test 2 (kill session)
This is a simple CAPTCHA created in PHP. Refresh the page to see the next key.
Why did we do this? We needed a way of weeding out spammers for logins, but we are not convinced that the publicly available CAPTCHA is secure enough and spam bots can access areas that are sensitive. So we designed it from scratch. It may look simple now, but there will be Alpha-Numeric sequences as well as different backgrounds, fonts and color schemes in the future for more security.
This is another step in getting my ideal secure login in place.