System URLs
System URLs do not have content or query strings; instead, they contain system commands, such as Login or Expire. System URLs can be issued to both the content and portal servlets. This table lists system URLs:
| URL | Description |
|---|---|
|
http://sun09/psp/ps/?cmd=expire |
Closes the current session and returns the expire page. Note: The system detects whether the user is still active during the cmd=expire process on the server. The system ignores the session after detecting that the user is still active so that ongoing transactions in the active window are not disturbed. However, if another session is open simultaneously that is inactive, the inactive session will be closed. |
|
http://sun09/psp/ps/?cmd=logout |
Closes the current session and returns to the sign-in page. |
|
http://sun09/psp/ps/?cmd=login |
Tells the servlet to return to the sign-in page. |