...okay installed the nightly and this now works.
On Jan 30, 10:06 pm, Richard <[EMAIL PROTECTED]> wrote:
> I have the same problem since upgrading to 1.2 beta from alpha. I need
> to add @session_start(); to each action even though Session.start is
> set to true. Did you manage to find a fix?
>
I have the same problem since upgrading to 1.2 beta from alpha. I need
to add @session_start(); to each action even though Session.start is
set to true. Did you manage to find a fix?
On Jan 7, 1:03 pm, phpcurious <[EMAIL PROTECTED]> wrote:
> I have almost the same problem as you do with regards t
I have almost the same problem as you do with regards to the
Session.start.
I do this in Cakephp 1.1.x when setting sessions:
define('AUTO_SESSION', false);
define('CAKE_SESSION_SAVE', 'database');
define('CAKE_SESSION_TABLE', 'cake_sessions');
define('CAKE_SESSION_TIMEOUT', '120')
Hi Everybody,
It was my wrong manipulation. The actual problem is I want to get some
session data in routes.php itself, because my application is more than
99% ajax based and I don't want to change the url in the address bar.
So, while login I set some session variable for next action and then
ref
Hi Robby,
Thanks to reply, but I already done this but still this problem
persist. I have already written in my topic about this.
-pravin
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Cake
PHP" group.
To post to t
When you upgraded, did you diff the various control files and walk
through the updates? You _should_ have this line somewhere in your
core.php in app/config (in mine it is on line 131):
Configure::write('Session.start', true);
That is all you should need to do to get sessions to auto-start.
-r
Hi everybody,
I have used cakephp prebeta, now cakephp1.2 beta is released. There
were some problem in prebeta in form helper so now I am trying to use
beta version. In this version I am facing a session problem in
core.php I have set
Configure::write('Session.timeout', '120');
Configure: