Changeset 351
- Timestamp:
- Feb 27, 2012, 9:54:46 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/zoo-project/zoo-kernel/service_internal.c
r348 r351 1808 1808 1809 1809 map *_tmp=getMapFromMaps(m,"lenv","cookie"); 1810 map *_tmp1=getMapFromMaps(m,"lenv","sessid"); 1810 1811 if(_tmp!=NULL){ 1811 1812 printf("Set-Cookie: %s\r\n",_tmp->value); 1813 printf("P3P: CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\"\r\n"); 1812 1814 maps *tmpSess=getMaps(m,"senv"); 1813 1815 if(tmpSess!=NULL){
Note: See TracChangeset
for help on using the changeset viewer.