[Seaside] Accessing current session in RestfulFilter

Philippe Marschall philippe.marschall at gmail.com
Wed May 28 09:00:12 UTC 2014


On Wed, May 28, 2014 at 2:08 AM, Esteban A. Maringolo
<emaringolo at gmail.com> wrote:
> The RESTful filter is part of the Component as a decorator of it,

Are you sure you meant to say component? Didn't you want to say application?

> but
> if I try to access the current session dynamic variable it is not
> available.
>
> How do I do to retrieve the current session in the filter?
>
> Is it possible?

The application looks up the session and sets up the dynamic variable.
The filter runs earlier.

What are you trying to achieve?

Cheers
Philippe


More information about the seaside mailing list