Re: comunication between phases

2003-10-02 Thread Perrin Harkins
On Thu, 2003-10-02 at 18:20, gerard uolaquetalestem wrote: > a magical way to comunicate between phases??? Sounds like you want pnotes(). Also, keep in mind that global variables retain their values, so you can easilly put things in globals as long as you don't mind them having a value on the n

comunication between phases

2003-10-02 Thread gerard uolaquetalestem
Hello, i have a mod_perl module that uses cookies to comunicate between server and client, but now i need to change to a URI model comunication. I get a URI with some data coded inside it, i pass a handler in the appropiate phase to parse that URI, to convert to the right URI and to get that data