History log of /httpd/include/util_cookies.h
Revision Date Author Comments Expand
a054609255eb3b10ed30e5471b18ea0e7d5f735e 1229134 09-Jan-2012 sf

Rename ap_func_attr_* macros to AP_FN_ATTR_* Add macro for attribute alloc_size on newer gcc's

5043abfdca708cb5acb2e43ec4d63b0a68e2012a 1134906 12-Jun-2011 sf

Avoid "`sentinel' attribute directive ignored" warning with gcc 3.x

64945a581b504264270920efbad4f6af0d5a1978 1131467 04-Jun-2011 sf

Add __attribute__((sentinel)) to a few functions that require a terminal NULL argument.

8c2acc2f875e661fd34f233553d90c58894d5b1b 1032275 07-Nov-2010 poirier

Tweak some doxygen comments to get these functions to show up in the right places in the generated doc.

41abbbf0cbaef202fe1ba2dd671ea48990d6e012 690501 30-Aug-2008 minfrin

mod_session_cookie, mod_session_dbd: Make sure cookies are set both within the output headers and error output headers, so that the session is maintained across redirects.

d05e6175473332a8433e4ac85edda0d5a33c94b5 690400 29-Aug-2008 minfrin

mod_session_cookie: Make sure that cookie attributes are correctly included in the blank cookie when cookies are removed. This fixes an inability to log out when using mod_auth_form.

abe0d0e38b9705f21a13ac8748bce1e3ed35e488 644748 04-Apr-2008 minfrin

mod_session_cookie: Add a session implementation capable of storing session information within cookies on the browser. Useful for high volume sites where server bound sessions are too resource intensive.