Secure Web Access Control Algorithm
Ioan Filip, Iosif Szeidert, Cristian Vasar

TL;DR
This paper introduces a flexible PHP-based access control algorithm that enhances web security by managing user sessions and restricting site access to registered users, applicable to any website.
Contribution
It proposes a novel, general PHP session-based security algorithm for web access control, with design, implementation, and integration details.
Findings
Effective access restriction for registered users
Easy integration with existing websites
Enhanced web security through session management
Abstract
The paper presents a flexible and efficient method to secure the access to a Web site implemented in PHP script language. The algorithm is based on the PHP session mechanism. The proposed method is a general one and offers the possibility to implement a PHP based secured access to a Web site, through a portal page and using an additional script included in any site page, which is required to be accessed only by registered users. This paper presents the design, implementation and integration of the algorithm on any generic WEB site.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSecurity and Verification in Computing · Advanced Data Storage Technologies · Distributed systems and fault tolerance
