Displaying 2 results from an estimated 2 matches for "process_cgi".
Did you mean:
process_cdr
2006 Feb 07
0
Re: odd http header corruption
...bit of a hack, but I will post
the patch to the rails ticket I have opened:
http://dev.rubyonrails.org/ticket/3703
I''d still like to work out what causes this problem so I can properly be
rid of it.
Another very weird thing is that I appear to be able to comment out the
contents of the process_cgi method in actioncontrollers cgi_process.rb,
but that things still keep functioning - other changes in the same file
have effects on the http output, just not for the process_cgi method,
which is the only place I can see in the code where the CgiResponse out
method gets called. Clearly I''m...
2006 Mar 15
3
[login_generator] implementing login limits
...if it is, then someone is
logged in, so prevent the current user from doing so.
Unfortunately, this has no effect-- I can still log in multiple
times with the admin account.
For [2], I''m assuming this would be done by setting a time
limit on the session. Researching
ActionController::Base#process_cgi (which apparently is just
an alias for Ruby''s CGI::Session) turns up the :session_expires
option which seems to be what I''m looking for. However, I see
the following in the AWD book, pg.306:
":session_expires
The absolute time of the expiry of this session. Like
:...