Re: these bloody cannot send session cookies are killing me!

2007-06-26 Thread John David Anderson
On Jun 25, 2007, at 8:19 PM, inVINCable wrote: > > Well, I fixed the original problem, but now after setting my logout > function, the redirect will not work. I remember there is some way to > fix this but I cannot seem to remember. The logout function looks like > this. > > function logout() {

Re: these bloody cannot send session cookies are killing me!

2007-06-26 Thread Gustavo Carreno
On 6/26/07, AD7six <[EMAIL PROTECTED]> wrote: > > > > On Jun 26, 7:39 am, "Dr. Tarique Sani" <[EMAIL PROTECTED]> wrote: > > On 6/26/07, inVINCable <[EMAIL PROTECTED]> wrote: > > > > > > > > > Does anybody have a fix? It seems simple enough, just a simply logout > > > function, but those damn heade

Re: these bloody cannot send session cookies are killing me!

2007-06-26 Thread AD7six
On Jun 26, 7:39 am, "Dr. Tarique Sani" <[EMAIL PROTECTED]> wrote: > On 6/26/07, inVINCable <[EMAIL PROTECTED]> wrote: > > > > > Does anybody have a fix? It seems simple enough, just a simply logout > > function, but those damn header warnings keep coming up. Any advice? > > I am reasonably sure

Re: these bloody cannot send session cookies are killing me!

2007-06-25 Thread Dr. Tarique Sani
On 6/26/07, inVINCable <[EMAIL PROTECTED]> wrote: > > > Does anybody have a fix? It seems simple enough, just a simply logout > function, but those damn header warnings keep coming up. Any advice? I am reasonably sure that whitespace after the closing ?> somewhere is the problem... You have two

Re: these bloody cannot send session cookies are killing me!

2007-06-25 Thread inVINCable
Does anybody have a fix? It seems simple enough, just a simply logout function, but those damn header warnings keep coming up. Any advice? Thanks. On Jun 25, 7:19 pm, inVINCable <[EMAIL PROTECTED]> wrote: > Well, I fixed the original problem, but now after setting my logout > function, the redir

Re: these bloody cannot send session cookies are killing me!

2007-06-25 Thread inVINCable
Well, I fixed the original problem, but now after setting my logout function, the redirect will not work. I remember there is some way to fix this but I cannot seem to remember. The logout function looks like this. function logout() { $this->Session->delete('User'); $this->redirec

Re: these bloody cannot send session cookies are killing me!

2007-06-25 Thread John David Anderson
On Jun 25, 2007, at 7:58 PM, inVINCable wrote: > > I have spent the last 3 hours trying to figure this out, and to no > avail. > > Everything was fine and dandy until I add my login function in the > users controller. unction login() { > > if(!empty($this->data)) > >

these bloody cannot send session cookies are killing me!

2007-06-25 Thread inVINCable
I have spent the last 3 hours trying to figure this out, and to no avail. Everything was fine and dandy until I add my login function in the users controller. unction login() { if(!empty($this->data)) { // see if there are any users in the