• 19Sep

    In BARAKA Framework, you can manage your sessions easily. There are some methods to do that but the most important method is based on a configuration file.

    [session]
    secure = “yes”
    module = “session”
    action = “index”

    All pages included this block in security.ini will be secured automatically. If you’re an authenticated user will see the page but if you’re not you will redirect to login page. You need to modify module and action parameters to set your login page.

    Posted by Umut AYDIN @ 23:25

Leave a Comment

Please note: Comment moderation is enabled and may delay your comment. There is no need to resubmit your comment.