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 

SRS Sessions

 
  You can do your work in SRS using either temporary or permanent sessions. 
  • Permanent Session: If you want to return to your session from time to time, if you think you may need to move work from one session to another, if you want a record of all your sessions in one place and the ability to recall any of your previous sessions or begin new sessions, permanent sessions are the way to go. 
  • Temporary Session: Use temporary sessions for simple lookups, for example, looking up something once in a while or to run an occasional Blast search.
You will learn about both types of sessions in this chapter including:
 
 
  • How to begin or return to a session.
  •  Benefits of using either session type.
  •  Additional features made available to the permanent session users.
  •  Making temporary session data available in other sessions.
  •  Connecting temporary sessions to permanent sessions.
2.1 Introducing Sessions
  All the queries you do and views you create are stored in the session history and hence are available to use again. If you have accessed SRS with the permanent sessions option, all your work will be available when you return to that session. If you are using temporary sessions your work may still be available. Making a bookmark with the browser allows you to return to a temporary session for a limited amount of time.
Starting your Session
  You begin working with SRS in the "Start" page. See figure 1.

FIGURE 1. The "Start" page.
There are four links on the "Start" page, they are:
 
 
Start
Begin a new temporary session.
Permanent Session
Begin or return to a permanent session.
Databanks
Check the status of databanks available on your SRS server.
Information
Online documentation such as the HTML and PDF version of this manual. Other online documentation includes the Administrators manual, Developers manual, Classes and Commands quick references, the context sensitive help, and the SRS FAQ's databank.

Start a Permanent Session

To begin or return to a permanent session:
 
 
  1. Click the "Permanent Session" link.
  2. Complete the login information.
  • The web browser will prompt you to give a user name and password. You need to ask the SRS administrator for these because they may not be the same as your system account ID and password.
FIGURE 2. SRS user account access.
Note: Dialogs shown throughout this chapter are generated in the Win32 version of IE5. The dialog you see may look different, it depends on your system and browser.
 
 
  1. Click "OK".
  • This will bring up the "Session Manager" page. From here you can either continue working with the most recently used session, switch to another session, or begin a new session. These options will be explained in the "Permanent Sessions" section below.
Skip ahead in this chapter to section 2, "Permanent Sessions" if you are following along on-screen and would like to continue. Otherwise read on to find out how to begin a temporary session.
 
 

Starting a Temporary Session

To begin a temporary session from the "Start" page:
 
 
  1. Click the "Start" link.
  • This takes you to the "Top" page where you can immediately begin working with SRS.
Note: You can also begin a new temporary session by clicking the "Databanks" link. This will start a new temporary session in the "Databank Information " page.

To continue working with temporary sessions skip-ahead now to section 3, "Temporary Sessions."

 

SRS 6.0.7.3