Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8641217
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T11:28:06+00:00 2026-06-12T11:28:06+00:00

In Zend Framework whats a better method to restrict user from accessing post login

  • 0

In Zend Framework whats a better method to restrict user from accessing post login pages
if the user is not logged in.Without Zend I would have write a code to check if the
userid is set in session or not and put that code in common file(being used on all post
login pages).

In Zend Framework I can check that using hasIdentity method of zend_auth but I don’t
want to check that inside all actions.The another method I am thinking is to create a
plugin and hook it to routeshutdown event,then after fetching controller and action
name from request object I can decide whether to redirect user or not.

Please suggest some good method to implement it in zend framework

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T11:28:07+00:00Added an answer on June 12, 2026 at 11:28 am

    You would normally write a Controller Plugin and add it to the front controller. This way you can intercept the dispatch and route process where you want and issue a redirect to an appropriate page.

    class Your_Controller_Plugin_Authcheck extends Zend_Controller_Plugin_Abstract
    {
    }
    

    In the Bootstrap class:

    protected function _initFrontControllerPlugins()
    {
        $this->bootstrap(array('AuthcheckPlugin', 'FrontController'));
    
        $front = $this->getResource('FrontController');
        $front->registerPlugin($this->getResource('AuthcheckPlugin'));
    }
    
    protected function _initAuthcheckPlugin()
    {
        $plugin = new Your_Controller_Plugin_Authcheck();
    
        return $plugin;
    }
    

    BTW: This is Zend Framework 1 – might work the same in 2, but I believe you might change things a bit there if you already use it.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

What is better way to integrate facebook api, in zend framework, for login I
I am quite a new Zend Framework user but I am not new to
Whats the recommended method for redirecting with variables in Zend Framework? Lets say we
I wouldn't use most of the classes from Zend Framework, that's why I'm looking
I have created a login page at www.mywebsite.com/members/login I'm using Zend Framework, Now I
My friend thinks that Drupal is a much better framework than Zend, I however,
I am using the Zend framework and what I need is to construct a
What is the best way to handle unexisting actions in the Zend Framework? Depending
What is the difference between redirect and forward in Zend framework? When we should
I'm just new to Zend Framework. Currently what I'm trying to do is when

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.