Displaying 1 result from an estimated 1 matches for "_first_session_".
Did you mean:
_first_session_id
2007 Oct 22
0
removing http headers
...39;t been able to find how.
A normal http response would have the following headers:
Cache-Control no-cache
Connection Keep-Alive
Date Mon, 22 Oct 2007 19:47:01 GMT
Content-Type text/html; charset=utf-8; charset=utf-8
Server WEBrick/1.3.1 (Ruby/1.8.6/2007-03-13)
Content-Length 1
Set-Cookie _first_session_
If I add the line "@headers.clear" to the action, the Cache-Control
header dissapears:
Connection Keep-Alive
Date Mon, 22 Oct 2007 19:47:28 GMT
Content-Type text/html; charset=utf-8
Server WEBrick/1.3.1 (Ruby/1.8.6/2007-03-13)
Content-Length 1
Set-Cookie _first_session_id=fc628547...