Hi, Is it possible to get access to cookies sent from the browser within the user class? Or have some sort of "global" action that is performed on every request (where I can read the cooke using the standard validation/action mechanism)?
The reason: I am thinking about using cookies to transfer variables to JS. Although I'm not sure if this is a good idea, I am still interested on the best way to go about this if it were ;-). For example, I would like to avoid sending the cookie server->browser every time if it is not necessary. Say, if the browser sent the cookie in the request. To do this I would have to have access to the cookies to check if the browser sent it. Michal. _______________________________________________ users mailing list [email protected] http://lists.agavi.org/mailman/listinfo/users
