Re: Auth Issues - Session Comes And Goes

2009-02-04 Thread MarcS
I had the same problems I wish there was a way to make this work with security level = high but I didn't figure it out. It seems to be very random. But in general the problem seems to be having 2 requests very quickly after each other On Jan 26, 3:18 pm, Alfredo Quiroga-Villamil wrote: > I think

Re: Auth Issues - Session Comes And Goes

2009-01-26 Thread Alfredo Quiroga-Villamil
I think I've figured out what was happening. If Security.Level is set to high, then cakephp will re-generate the session id for every request. This seems to cause issues when you have an application sending multiple ajax requests; for example during heavy ajax gui initialization. By setting it to

Auth Issues - Session Comes And Goes

2009-01-26 Thread lawwton
All: I am having some weird issues using Auth and after some investigation with little results I've decided to post some questions since I am sure I must be missing something; but I have not been able to find out what it is. The issue I have is the following: For some reason after generating 3

Auth Issues - Session Comes And Goes

2009-01-26 Thread lawwton
All: I am having some weird issues using Auth and after some investigation with little results I've decided to post some questions since I am sure I must be missing something; but I have not been able to find out what it is. The issue I have is the following: For some reason after generating 3