This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
classMainController<ApplicationController
skip_before_action:check_sign
skip_before_action:user_setup
skip_before_action:setup_laboratory
deffirst_stamp
render:json=>{status:0,message:Time.now.to_i}
end
defindex
domain_session=params[:_educoder_session]
ifdomain_session
uid_logger("main start domain_session is #{domain_session}")
ifcookies[:_educoder_session]!=domain_session
cookies[:_educoder_session]=nil
cookies[:_educoder_session]=domain_session
end
uid_logger("main start is #{cookies[:_educoder_session]}")