| 
 Posted by Michael Fesser on 05/10/07 10:23 
..oO(Jon Slaughter) 
 
>Yeah, I used some of that. But my main issue is that not the basics. Its  
>that I'm trying to create cookies after page content have been generated. 
 
If it really has to be done in that order, store the page content in a 
variable (or use output buffering), send the cookie and then the page 
content. 
 
>I  
>have solved the issue but doens't seem that great. Essentially I redirect to  
>a page that saves the cookies and then that page redirects to the page I was  
>going to in the first place. 
 
Ugly ... 
 
Micha
 
  
Navigation:
[Reply to this message] 
 |