Great idea, but no, it doesn't.  (Simple Pie, btw, is a news feed
aggregator)

On Jun 5, 6:23 pm, francky06l <[EMAIL PROTECTED]> wrote:
> Are you sure the  Simplepie(I do not know it, probably as a
> "vendors" ?) hasn't got a "sessionstart" ? If so try to comment it.
>
> On Jun 5, 8:25 pm, Adam Friedman <[EMAIL PROTECTED]> wrote:
>
> > Hi folks
>
> > I was trying to getSimplepiecomponent working (http://
> > bakery.cakephp.org/articles/view/simplepie-cakephp-component), and it
> > worked fine.  Here's what I did:
>
> > - First I added the component 'Simplepie' to the controller:
>
> > class UsersController extends AppController {
>
> >     var $name   = 'Users';
>
> >     var $components =
> > array('RequestHandler','Upload','ImageUpload','Search','News','Simplepie');
>
> > // ....
>
> > }
>
> > Then I successfully displayed RSS feeds in my view.  Everything
> > worked, theSimplepiecaching and all.  Which means that the (tiny)
> >Simplepiecomponent can't be the problem.
>
> > BUT mysession!  It was gone!  I did a pr($_SESSION) and got an empty
> > array.
>
> > Once I removedSimplepiefrom the $components array, thesessioncame
> > right back, login credentials and everything.
>
> > This has happened with a few other components in the past too.  Anyone
> > have an explanation?
>
> > Adam

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to