Hi, I have further noticed that this happens only in the Connectionless mode (udp 9200). In Connection oriented mode cookies are handled correctly. Should I enable cookie handling also in connectionless mode, or is it out of spec?
Any ideas? Thanx, Nikos ----- Original Message ----- From: Nikos Balkanas To: [email protected] Sent: Sunday, February 01, 2009 3:31 AM Subject: WSP question Hi, In wap cookie sessions I get the following error in wapbox.log: 2009-02-01 03:17:22 [3812] [2] ERROR: WSP: Do not know how to encode header type 65 2009-02-01 03:17:22 [3812] [2] WARNING: Skipping header: Set-Cookie: IMRID=SYT4Gj699OQAAFIMwvw; expires=Wed, 30-Jan-2019 01:17:14 GMT; path=/cgi-bin; domain=.imrworldwide.com According to HTTP specs, this is the form that a server sets a cookie in the client, thus initating a session. A quick glance in ./wap/wsp_headers.c shows: struct headerinfo headerinfo[] = { ... { WSP_HEADER_CONTENT_ID, wsp_pack_quoted_text, 0}, { WSP_HEADER_ENCODING_VERSION, wsp_pack_version_value, 0 } // DAVI { WSP_HEADER_SET_COOKIE, pack_version_value, 0 } }; Anyone knows why this? How can cookies and sessions be set if Set-Cookie is disabled? Thanx, Nikos
