Sha256: 0fb7c5bfeff92f58e36b6d300d009df94cb3b32f747384310dd5fc67076ae64c

Contents?: true

Size: 384 Bytes

Versions: 3

Compression:

Stored size: 384 Bytes

Contents

<ul style="list-style: none">
  <li>
    <strong>session_id: </strong>
    <span><%= @request.ssl? ? "[FILTERED]" : (raw (@request.session['session_id'] || (@request.env["rack.session.options"] and @request.env["rack.session.options"][:id])).inspect.html_safe) %></span>
  </li>
  <li>
    <strong>data: </strong>
    <span><%= raw PP.pp(@request.session, "") %></span>
  </li>
</ul>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
exception_notification-4.0.1 lib/exception_notifier/views/exception_notifier/_session.html.erb
exception_notification-4.0.0 lib/exception_notifier/views/exception_notifier/_session.html.erb
exception_notification-4.0.0.rc1 lib/exception_notifier/views/exception_notifier/_session.html.erb