Jump to content

Authorization Script - Please Help!


POGRAN

Recommended Posts

I am writing authorization script for my website..
almost everything is done, except one thing:
after visitor logs in, he gets message about successfull authorization, everything is ok, BUT
when he wants to navigate to another page he gets back the form of Authorization!
I don't undersrand why the session is finished after the visitor goes to another page,

My example script contains 3 pages:
auth.inc - file that contains functions!
login.php - regular website page, that requires authorization..
another.php - copy of login.php, needed to see that session is no longer available after visitor changes page..

I didn't want to make this topic to big an not-understanable, so I uploaded source code of my 3 pages, here you can see them:
[a href=\"http://pogran.nm.ru/auth.inc.html\" target=\"_blank\"]http://pogran.nm.ru/auth.inc.html[/a]
[a href=\"http://pogran.nm.ru/login.html\" target=\"_blank\"]http://pogran.nm.ru/login.html[/a]
[a href=\"http://pogran.nm.ru/another.html\" target=\"_blank\"]http://pogran.nm.ru/another.html[/a]

I hope that somebody would spare some 2-3 minutes to look at my script files and say me the reason or maybe would give me some analogue workable script.
Thanks in advance..
Link to comment
https://forums.phpfreaks.com/topic/11015-authorization-script-please-help/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.