Changeset 442 for trunk/zoo-project/zoo-kernel
- Timestamp:
- Aug 22, 2013, 12:52:47 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/zoo-project/zoo-kernel/service_internal.c
r440 r442 1847 1847 char* sessId; 1848 1848 if(_tmp!=NULL){ 1849 printf("Set-Cookie: %s \r\n",_tmp->value);1849 printf("Set-Cookie: %s; HttpOnly\r\n",_tmp->value); 1850 1850 printf("P3P: CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\"\r\n"); 1851 1851 char session_file_path[100];
Note: See TracChangeset
for help on using the changeset viewer.