the code is actually a cake php calendar called Anno Domini (http://
www.davidgoldingdesign.com/cakecalendar.html) that I'm trying to get
to work. I mispoke before, I don't think the session is 'dieing', if I
do a pr($this-Session) in my login routine, all of the session data is
still there but something is causing the session data to fail cake's
$this->Session->check('User') routine when there is an img src  or a
href tag in the view. I appreciate the reply, but saying "it's the
code" is not very productive, of course something is wrong with the
code, I'm just trying to see if anyone has any ideas about what it
could be (ie if anyone has seen this before, how did they fix it).

On Dec 19, 10:47 am, "Chris Hartjes" <[EMAIL PROTECTED]> wrote:
> On Dec 19, 2007 12:42 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
>
>
> > but whenever I use this in a page it resets my session somehow so that
> > I fail $this->Session->check('User'). If I leave out the image and
> > just use: $html->link(' Text ','/smarts/add',null,null,false); then
> > the session persists. I've also found that putting an normal html
> > links (such as "a href=" or "img src=") will also cause my session to
> > fail, but $html->link and $html->image both work fine. I've tried this
> > on several servers and can't get it to behave. Any ideas? below are my
> > session store and session check calls:
>
> I have never seen such behaviour before either with Cake or any other
> PHP app I've written.  As mean as it sounds, I'm inclined to believe
> there are other factors at play.  Why would putting in image tags or
> href links cause a session to die?  It makes absolutely no sense given
> my experiences, which leads me to suspect that code is causing the
> problem not CakePHP.
>
> But that's just my opinion.
>
> --
> Chris Hartjes
>
> My motto for 2007:  "Just build it, damnit!"
>
> @TheKeyboard -http://www.littlehart.net/atthekeyboard
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to [email protected]
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