function newWindow(url) { window.open(url, "sideWin", 'toolbar=no,location=no,scrollbars=yes,resizable=yes') } function newWindow2(url) { window.open(url, "sideWin2", 'toolbar=yes,location=yes,scrollbars=yes,statusbar=yes,menubar=yes,resizable=yes,personalbar=yes') } function subgif(form, addEl) { form.elements[form.elements.length-1].name = addEl form.submit() } function printText(str){ var ie4 = (document.all) ? true : false; var nn4 = (document.layers) ? true : false; mydiv = (ie4) ? div1 : eval(document.who); if (ie4){ mydiv.innerHTML = str } else if (nn4) { layer = document.layers['layer1'] doc = layer.document; anchor = document.layerAnchor layer.x = anchor.x layer.y = anchor.y layer.visibility = "show" doc.open('text/html') doc.write(str) doc.close(); } }
       
SRS Users Manual
Introduction to SRS
SRS Sessions
  2.1  Introducing Sessions
  2.2  Permanent Sessions
  2.3  Temporary Sessions
Querying With SRS
Linking
Views
Applications
Command Line SRS
 The SRS Query Language 
2.3 Temporary Sessions
  If you followed the "Starting a Temporary Session" instructions, the "Top" page will be displayed (see figure 9). You can begin using SRS as usual.

FIGURE 9. The Top Page.
You shouldn't use temporary sessions for anything other than temporary work. The session data will be removed when the system administrator performs a routine cleanup operation.
Managing Temporary Sessions
  If you click the "Sessions" tab on the navigation bar, the session manager will be displayed. The "Session Manager" for temporary sessions is different from the "Session Manager" for permanent sessions in many ways. For example, you can't rename, delete, switch between, or share queries and views like you can with permanent sessions.

FIGURE 10. Temporary Session Manager.
You can still upload and download sessions. After completing your session work you may want to save it to disk because the next time you access SRS, the temporary session work might not be available from the server. This is also useful for moving temporary work to your permanent session history list or permanent session work to a temporary session or to share session work with another user.

 For upload instructions please see the "Upload" entry in the "Permanent Sessions" section of this chapter.

 For download instructions please see the "Download" entry in the "Permanent Sessions" section of this chapter.

 

SRS 6.0.7.3