Re: flash session and authentication not work in production

2014-12-21 Thread Sekou Dioubate
when looking around I realized that this is the session component which not. proof, the following code does not work: 1. $this-Session-write('test','testval'); 2. debug($this-Session-read()); but with this php code next working well: 1. session_start

Re: flash session and authentication not work in production

2014-12-21 Thread HK
You should point out what you want to read. Code should be: 1. $this-Session-write('test','testval'); 2. debug($this-Session-read('test')); On Sunday, December 21, 2014 8:40:31 PM UTC+2, Sekou Dioubate wrote: when looking around I realized that this is the session component which

flash session and authentication not work in production

2014-12-13 Thread Sekou Dioubate
hello, I developed an application using cakephp 2.x. Everything works locally but when sent on the dedicated server online (for production), the flash session and authentication not works. I arrive I was logged. I am lost, I do not know where is the problem thank you in advance! -- Like Us

Re: flash session and authentication not work in production

2014-12-13 Thread CUCULEAC STEFAN
Hello Sekou. I'm not an expert in Cakephp but before anyone can tell you something t think you have to check logs to see if you have errors there. If you have could you post them? maybe someone can advise you. sâmbătă, 13 decembrie 2014, 21:05:14 UTC+2, Sekou Dioubate a scris: hello, I