Re: othAuth looses session - upgrading to new 1.2.0.6311 (2008)

2008-01-14 Thread BravoFoxtrot

My session data is being lost also.  Does anyone have a solution yet?

My core.php is set as follows:
Configure::write('Session.save', 'database');
Configure::write('Session.table', 'cake_sessions');
Configure::write('Session.database', 'default');
Configure::write('Session.cookie', 'CAKEPHP');
Configure::write('Session.timeout', '120');
Configure::write('Session.start', true);
Configure::write('Session.checkAgent', true);


The only place session_start is invoked is in ./cake/libs/session.php
on lines 554, 621, and 627.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: othAuth looses session - upgrading to new 1.2.0.6311 (2008)

2008-01-09 Thread Siebren Bakker
I'm not sure how it works so far. I just installed othAuth with 1.2 beta,
and have been having issues with the login form, specifically because
1.2uses the FORM helper instead of the HTML helper to create forms,
and I think
somewhere along that line something isn't working out. Glad I'm testing this
on a beta of a live site instead of the live site.

On Jan 9, 2008 10:16 AM, luke BAKING barker <[EMAIL PROTECTED]> wrote:

>
> Hi
>
> I am running Cake build from August, I have an app using database
> sessions and othAuth. I want to try and upgrade my app to the new beta
> - I was just wondering then what other problems/issues might I face?
>
> I saw the red frog blog comments about the pre-beta...so can anyone
> advise me?
>
> I take it all of you can get it working OK with database sessions?
>
> thanks to othman also for a great component / system.
>
>
> cheers
>
> Luke
>
> On Jan 8, 10:57 am, hoerbuchhoerer <[EMAIL PROTECTED]> wrote:
> > solved similar issue with using database sessions, carefully search
> > for session_start() in vendor files, remove them all.
> > hoerer
> >
>


-- 
In the name of Life, Liberty, and the pursuit of my sanity.
Siebren Bakker(Aevum Decessus)
-BEGIN GEEK CODE BLOCK-
Version: 3.12
GCS d- s+: a19 C UL++ P L++
!E W++ N(-) o? K? w(+) O? M-- V?
PS+ PE Y- PGP- t+ 5? X- R tv--
b++ Di D+ G+ e h! r y-
--END GEEK CODE BLOCK--

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: othAuth looses session - upgrading to new 1.2.0.6311 (2008)

2008-01-09 Thread luke BAKING barker

Hi

I am running Cake build from August, I have an app using database
sessions and othAuth. I want to try and upgrade my app to the new beta
- I was just wondering then what other problems/issues might I face?

I saw the red frog blog comments about the pre-beta...so can anyone
advise me?

I take it all of you can get it working OK with database sessions?

thanks to othman also for a great component / system.


cheers

Luke

On Jan 8, 10:57 am, hoerbuchhoerer <[EMAIL PROTECTED]> wrote:
> solved similar issue with using database sessions, carefully search
> for session_start() in vendor files, remove them all.
> hoerer
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: othAuth looses session - upgrading to new 1.2.0.6311 (2008)

2008-01-08 Thread hoerbuchhoerer

solved similar issue with using database sessions, carefully search
for session_start() in vendor files, remove them all.
hoerer

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: othAuth looses session - upgrading to new 1.2.0.6311 (2008)

2008-01-07 Thread Damon

Having the same thing here, but not solution yet.

On Jan 3, 6:17 am, Klaus <[EMAIL PROTECTED]> wrote:
> Hello everyone,
>
> I can't figure out whats the matter. My problem:
>
> Running application with cake1.2pre-beta and the othAuth component
> went fine, but looses login-sessionsince migrated to the newest cake-
> beta. I made the changes to the component as somewhere supposed on the
> list (sorry don't remember)
> /tmp is writable, security setting is "low",sessionhandled by either
> cake or php...
> directly after login, user-data from othauth is stored intosession,
> visiting any other page seems to kill allsessiondata and
> reinitialize it. session_id remains the same.
>
> Does anyone of you have a similar problem? can't figure out why 
> mysessiondisappears.
> Any help would be greatly appreciated.
>
> Thanks in advance.
> ./Klaus

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---