This is a discussion on "Best way to prevent access to page B except via page A?" within the PHP Forum section. This forum, and the thread "Best way to prevent access to page B except via page A? are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
Best way to prevent access to page B except via page A?
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
Best way to prevent access to page B except via page A?
Hopefully the title says it all. I need to make sure that page B can not be linked to or directly accessed except via a password form on page A. I'd prefer to do this server side as opposed to using javascript, etc. (The contents of page B contain very valuable trade secrets and must be well protected.)
What's the best way to handle this? |
|
|
|
#2
|
||||
|
||||
|
Re: Best way to prevent access to page B except via page A?
look into sessions
http://www.phphacks.com/content/view/29/33/ http://hvassing.com/2007/simple-php-...ion-and-mysql/ just google it and you will find loads these are vulnerable to injection hacks as they stand, but if you create it, then ask in the php forum, we could tell you how to make them secure
Last Blog Entry: Strict and Transitional Doctype's (Sep 12th, 2008)
Last edited by saltedm8; Apr 3rd, 2008 at 02:20. |
![]() |
| Tags |
| referrer, secure site, security |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Prevent multiple instances of web page | duncanwill | JavaScript Forum | 2 | May 21st, 2008 08:16 |
| Printing single record from Access via Report in Web Page | Neotekk | JavaScript Forum | 0 | Jun 18th, 2007 15:20 |
| how to prevent page jumping while click on iframe | kathirnk | Web Page Design | 1 | Apr 16th, 2007 14:05 |
| Restrict Access To Page / php MySQL / DW | Andy K | Databases | 8 | Feb 18th, 2006 17:05 |
| Access a HTML InputBox through the Code-Page | bwalker | ASP.NET Forum | 5 | Nov 10th, 2005 12:58 |