Any suggestions on my filter execution flow?

On Jan 23, 4:53 pm, Asif Ali M <l...@reloadtheweb.com> wrote:
> Hello Symfonians,
>
> I am working on symfony 1.0 application. Its a kind of Software as
> Service model.
>
> When a user registers he will get his own site (frontend/backend). The
> users can signup for a 30 days trails. And we have a help document
> which is having backend page links.
>
> In the Backend application we are using a filter to auto detect the
> site.If its in trail mode the filter will do auto login and redirected
> to the accessed page.
>
> But this is working when we put our filter in the following way
> ( Above security filter ). If I put the below security its
> automatically logged in but landed on admin homepage instead of the
> accessed page
>
> I would like to know putting a filter above the Security will be a
> problem for the application.
>
> Please share your views
>
> rendering: ~
> web_debug: ~
>
> trail_site_login:
>   class: trailSiteLoginFilter
>
> security:  ~
>
> # generally, you will want to insert your own filters here
>
> # instead of putting here I put the filer above the security
>
> cache:     ~
> common:    ~
> flash:     ~
> execution: ~
>
> Thanks
> -Asif

-- 
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-us...@googlegroups.com.
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en.

Reply via email to