
January 9th, 2012, 11:30 AM
|
|
Contributing User
|
|
Join Date: Dec 2011
Posts: 37
Time spent in forums: 8 h 33 m
Reputation Power: 2
|
|
|
Forbidden 403
Hello,
I am trying to setup a security check in PHP that verifies a session variable, to see if the user is still using the same session. The problem is that I get a Forbidden 403 when I login to the system, close the browser and try to access the page.
The code is working because it points to the page that it should if the session is not the same.
URL reads:
Code:
http://localhost.dev/admin/'http://localhost.dev/admin'
Here is the contents of the 403 page:
Code:
Forbidden
You don't have permission to access /admin/'http://localhost.dev/admin' on this server.
|