5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-07-03 01:16:08 +00:00
panel/app/views/exception_notifier/_session.text.erb

7 lines
265 B
Plaintext
Raw Permalink Normal View History

2021-03-19 22:41:03 +00:00
* session id: <%= @request.ssl? ? "[FILTERED]" : (raw (@request.session['session_id'] || (@request.env["rack.session.options"] and @request.env["rack.session.options"][:id])).inspect.html_safe) %>
* data:
```ruby
<%= raw PP.pp(@request.session.to_hash, "") %>
```