Jump to content

Public pages authentication


klepec

Recommended Posts

Hello,

I use same header for all pages, which include user authentication code (login sessions), main menu, logo and login information html.

 

HEADER:

 

<?php

.. user authentication

?>

<head>
CSS
JQuery
</head>

<body>
<center>
Logo
Main menu
Login information (username, logout itd... / login-regster button when not logged in)

 

The header is "included" in all the pages.

 

Now to the question. How to check if pages are public (accessible for non-registered users) or not?

I usually redirected the non-registered users to login page, but how to handle it when some pages are public and some are not?

I obviously cant use header since it is page independent.

 

Thanks

 

Link to comment
https://forums.phpfreaks.com/topic/267699-public-pages-authentication/
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.