Re: Cakephp auth component allow problem

2009-10-21 Thread
Might you not need to use array, just write like blow: $this-Auth-allow('register', 'confirm', 'forget', 'activate','reset', 'login','logout'); Try it^^! On 10月22日, 上午10時04分, Zahidur Rahman zahid01...@gmail.com wrote: Hi , How it is possible for me to allow plugins , controllers wise action

Cakephp + uploadify(jQuery plugin), Auth Session missed!?

2009-10-20 Thread
Demo URL: http://www.ccmos.co.cc/samples/cakephp/fileuls (test / test) Source Code: http://www.ccmos.co.cc/samples/cakephp.test.20091020.tar.gz ( Run on Ubuntu Linux 9.04 ) (1) in FireFox 3.5 Login → Browse → upload a.→ if uploader Action is not allowed → nothing happened after process →

Re: Uploadify and lost session

2009-10-20 Thread
I get the same problem , but I couldn't solve this..sor... Someone else could help us? On 10月16日, 上午7時35分, bondo kevd...@gmail.com wrote: I really hope someone can help me. I've been struggling with this problem for a long time and can't seem to figure it out. I'm

Re: Uploadify and lost session

2009-10-20 Thread
I soled the problem. do it , follow these step 1. get session_id by anyway 2. set script : 'some url'+session id , like $.ajax({ url : 'sessions/getID', dataType: 'text', type: