---
title: "Revokable Sessions, Network Metrics, and Incident Tracker"
date: 2021-05-28T14:00:00.000-07:00
number: 0031
url: https://railway.com/changelog/2021-05-28
---

# Revokable Sessions, Network Metrics, and Incident Tracker

## Revokable Sessions

You can now see all the places you are logged in on the [account security page](https://railway.app/account/security). This includes all browser and CLI sessions that have logged in since today. Revoking a session will immediately log that device out.

[Image: Untitled]

We plan on adding a few more features to this page, including 2FA.

## Network Metrics

We've added Network Usage Tracking to the metrics page. Now you can see the Network I/O for your applications/plugins!

[Image: Untitled]

## Incident Tracker

Railway now has an incident tracker and status page. It ties directly into our own internal incident tracking system, so users should now be aware of any issues currently being tracked/mitigated on the platform.

The incident link is available in the footer and takes you to [status.railway.app](https://status.railway.app/). It is broken up into:

- Dashboard
- Builders
- Routing Layer
- Deployment Layer

[Image: Untitled]

## Editable Variables

Project variables can now be edited inline. No more copying the variable name to override the value!

![](https://user-images.githubusercontent.com/10681116/119845900-a88d2300-bed7-11eb-959b-f0d00fd60b60.gif)

## Blog and Starters

We pushed a new blog post out this week where we talk about how we work as a fully distributed company at Railway. Read about it on our [blog](https://blog.railway.app/p/how-we-work).

We also added three new starters

- [Fastify](https://github.com/railwayapp/starters/tree/master/examples/fastify)
- [Rust WASM](https://github.com/railwayapp/starters/tree/master/examples/rust-wasm)
- [Strapi](https://github.com/railwayapp/starters/tree/master/examples/strapi)

## Misc

- Bug: Fixed a bug where tokens weren't working with logged out CLI clients