Actions
Feature #765
closedLogin page need to remember the redirect "get" variable's values
Start date:
07/21/2010
Due date:
% Done:
100%
Estimated time:
Description
For example. if you type the following url in the the browser:
http://cronus3/myamiweb/imageviewer.php?expId=3956
It will redirect to Login page.
But after you login, it will not keep the expId number.
We need to add some functions in the login page to remember the url get variable's values.
Thanks.
Eric
Updated by Eric Hou over 14 years ago
- % Done changed from 0 to 100
Append all the variables name and values for redirecting.
To test:
logout myamiweb
then use myamiweb/imageviewer.php?expId=6592 in the browser.
it will redirect you to the login page.
After you login, the system should take you to the correct session in the image viewser.
Also test on other tools in the web tools. This might work for all others.
Thanks.
Eric
Updated by Eric Hou over 14 years ago
- Assignee changed from Eric Hou to Amber Herold
Updated by Amber Herold over 14 years ago
- Status changed from Assigned to In Code Review
Updated by Amber Herold over 14 years ago
- Status changed from In Code Review to Closed
This works beautifully Eric! Tried other pages and everything.
Actions