Re: Cache renders view before session check

2007-06-04 Thread AD7six
On Jun 4, 8:59 am, ytji <[EMAIL PROTECTED]> wrote: > hi,thomas > i doubt it's cake's bug. i meet the same question. > when cache is on, the before_filter() of app_controller does not > called anyway. > in my case,i use othAuth component to check user session .when the > cache is off,everyt

Re: Cache renders view before session check

2007-06-04 Thread ytji
hi,thomas i doubt it's cake's bug. i meet the same question. when cache is on, the before_filter() of app_controller does not called anyway. in my case,i use othAuth component to check user session .when the cache is off,everything is ok,but when it's on, i can't called othAth's session chec

Re: Cache renders view before session check

2007-05-31 Thread thomahawk
anybody??? please! t. On 28 Mai, 23:07, thomahawk <[EMAIL PROTECTED]> wrote: > I am doing my first cake app. and had a go with the cache and the > simple user authentication examplified in the user guide. My problem > is, however, that as soon as I turn on cache, my check for a session > variabl

Cache renders view before session check

2007-05-28 Thread thomahawk
I am doing my first cake app. and had a go with the cache and the simple user authentication examplified in the user guide. My problem is, however, that as soon as I turn on cache, my check for a session variable is not done - seemingly. The session var is the user object which is saved upon logi