pebblecode / vistazo

A light weight application to keep track of who's working on what, when.
1 stars 0 forks source link

Maintain last page viewed after session timeout #190

Open danielrbradley opened 12 years ago

danielrbradley commented 12 years ago

Steps to reproduce:

  1. Sign in
  2. Change to view non-default team
  3. Wait for session timeout
  4. Refresh (This takes you to the signin screen)
  5. Sign in again
  6. You are now looking at the default team again

Desired functionality: On logging back in after session timeout, take the user to the last page they were looking at.

Possible implementation: On redirecting to the login screen, pass the requested url as an argument. On successful login, redirect the user to this URL if it is specified.