Tuesday, May 27, 2014

WebSite Page Locking

Hi Everybody,

Today, Again i shared my next module "Page-Lock" in Zend-Framework 2.

Basically page locking is important when you want your site should be more secure in terms of transactions and updation happening across the site.


This module contain the following feature:
1. If one user open let's say the home page, then the same user can not open it on the other browser.

2. If your application handling the login mechanism then this module also handle the locking on logged-in user accordingly.

3. It has the feature where you can set the time period of locking. Its adjustable from flat file.

4. It's lightweight, simple and shower.


You can download the page-lock module from  the Zend-Framework 2 module sites i.e.

URL : https://github.com/tarun-singhal/page-lock

Here, you can find the installation process i.e. how to implement it in your application.


I will be more thankful to you, if i got some feedback from your side :)





Bye...


No comments :